by @alexstyl
✉️ Leave your feedback

← Back to Foundation Layout

windowInsetsPadding

Modifier
in
Foundation Layout
. Since 1.2.0

Overview

Examples

Community Notes

Adds padding so that the content doesn't enter insets space.

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

For example, if an ancestor uses statusBarsPadding and this modifier uses WindowInsets.Companion.systemBars, the portion of the system bars that the status bars uses will not be padded again by this modifier.

Overloads

windowInsetsPadding

fun Modifier.windowInsetsPadding(insets: WindowInsets)
Next ComponentAlignmentLineOffset