composeHorizontalStaggeredGrid

fun RecyclerView.composeHorizontalStaggeredGrid(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 horizontal staggered grid layouts (LazyHorizontalStaggeredGrid).