alorma
fun LazyListScope.postsListEmpty() { item { Box( modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center, ) { Text(text = "No items") } } }
Manuel Wrage
A modern programming language that makes developers happier.