composeColumn

fun RecyclerView.composeColumn(reverseLayout: Boolean = false, spacing: Int = 0, contentPadding: Int = 0, horizontalPadding: Int? = null, verticalPadding: Int? = null, nestedScrollingEnabled: Boolean? = null, block: VerseScope.() -> Unit)

Convenience DSL for vertical column lists (LazyColumn).