LazyColumnList

fun LazyColumnList(modifier: Modifier = Modifier, content: ListScope.() -> Unit)(source)

An alias for List that is more similar to androidx.compose.foundation.layout.LazyColumn.