by @alexstyl
✉️ Leave your feedback

← Back to Foundation Layout

onConsumedWindowInsetsChanged

Modifier
in
Foundation Layout
. Since 1.4.0

Overview

Examples

Community Notes

Calls block with the WindowInsets that have been consumed, either by consumeWindowInsets or one of the padding Modifiers, such as imePadding.

Overloads

onConsumedWindowInsetsChanged

fun Modifier.onConsumedWindowInsetsChanged(
    block: (consumedWindowInsets: WindowInsets) -> Unit
)
Next ComponentAlignmentLineOffset