Column( modifier = Modifier .background(Color.Blue), verticalArrangement = Arrangement.spacedBy(10.dp) ) { // content here }