2025-01-15
Modifier.statusBarsPadding()
Column( Modifier .fillMaxSize() .statusBarsPadding(), // 留出顶部区域 verticalArrangement = Arrangement.Center ){}