🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

MeasuredSizeAwareModifierNode

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

Source set: Common
public 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.

Example usage:

Functions

onRemeasured

Source set: Common
public fun onRemeasured(size: IntSize)

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