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