compose Vertical Staggered Grid
fun RecyclerView.composeVerticalStaggeredGrid(spanCount: Int, reverseLayout: Boolean = false, spacing: Int = 0, horizontalSpacing: Int? = null, verticalSpacing: Int? = null, contentPadding: Int = 0, horizontalPadding: Int? = null, verticalPadding: Int? = null, gapStrategy: Int = StaggeredGridLayoutManager.GAP_HANDLING_NONE, nestedScrollingEnabled: Boolean? = null, block: VerseScope.() -> Unit)
Entry point for vertical staggered grid layouts (LazyVerticalStaggeredGrid).