Interface

MeasuredSizeAwareModifierNode

A [androidx.

Common
interface MeasuredSizeAwareModifierNode : DelegatableNode

A androidx.compose.ui.Modifier.Node which receives a callback with the layout's measured size.

This is the androidx.compose.ui.Modifier.Node equivalent of androidx.compose.ui.layout.OnRemeasuredModifier.

Functions

onRemeasured

fun onRemeasured(size: IntSize)

This method is called when the layout content is remeasured. The most common usage is onSizeChanged.