by @alexstyl
✉️ Leave your feedback

← Back to Foundation Layout

systemBarsPadding

Modifier
in
Foundation Layout
. Since 1.2.0

Overview

Examples

Community Notes

Adds padding to accommodate the system barsWindowInsets.Companion.systemBars insets.

Any insets consumed by other insets padding modifiers or consumeWindowInsets on a parent layout will be excluded from the padding. WindowInsets.Companion.systemBars will be consumedconsumeWindowInsets for child layouts as well.

For example, if a parent layout uses statusBarsPadding, the area that the parent layout pads for the status bars will not be padded again by this systemBarsPadding modifier.

When used, the WindowInsetsandroid.view.WindowInsets will be consumed.

Overloads

systemBarsPadding

fun Modifier.systemBarsPadding()
Next ComponentAlignmentLineOffset