Andy Yang
LazyColumn
ContentPadding
LazyColumn( modifier = Modifier.fillMaxSize(), contentPadding = PaddingValues(vertical = 30.dp), ) { // ... items // but last item doesn't with bottom padding }
Zach Klippenstein (he/him) [MOD]
A modern programming language that makes developers happier.