knthmn
LazyColumn()
fun LazyListScope.FooSection(...) { items.... }
LazyColumn { FooSection(...) }
FooSection
Andrey Kulikov
A modern programming language that makes developers happier.