← Back to Foundation Layout
statusBarsPadding
Modifier
in
Foundation Layout
. Since 1.2.0Overview
Examples
Community Notes
Adds padding to accommodate the status barsWindowInsets.Companion.statusBars insets.
Any insets consumed by other insets padding modifiers or consumeWindowInsets on a parent layout will be excluded from the padding. WindowInsets.Companion.statusBars will be consumedconsumeWindowInsets for child layouts as well.
For example, if a parent layout uses displayCutoutPadding, the area that the parent layout pads for the status bars will not be padded again by this statusBarsPadding modifier.
When used, the WindowInsetsandroid.view.WindowInsets will be consumed.
Overloads
statusBarsPadding
fun Modifier.statusBarsPadding()
Next ComponentAlignmentLineOffset →