Alex
systemBarsPadding()
dp
MR3Y
WindowInsets.systemBars
Ji Sungbin
val NavigationBarHeightDp @Composable get() = with(LocalDensity.current) { WindowInsets.systemBars.getBottom(this).toDp() } val StatusBarHeightDp @Composable get() = with(LocalDensity.current) { WindowInsets.systemBars.getTop(this).toDp() }
Colton Idle
Marcin Wisniowski
A modern programming language that makes developers happier.