james
10/18/2022, 12:36 AMKirill Grouchnikov
10/18/2022, 1:47 AMabu naser
10/18/2022, 7:04 AM@Composable
fun Example(vararg content:@Composable ()->Unit) {
LazyVerticalGrid(columns = GridCells.Adaptive(minSize = 100.dp), content = {
items(content.size){
content[it]
}
})
}
efemoney
10/18/2022, 2:29 PMjames
10/18/2022, 10:38 PM