Interface

OnRemeasuredModifier

A modifier whose onRemeasured is called when the layout content is remeasured.

Source set: Common
@JvmDefaultWithCompatibility
interface OnRemeasuredModifier : Modifier.Element

A modifier whose onRemeasured is called when the layout content is remeasured. The most common usage is onSizeChanged.

Functions

onRemeasured

fun onRemeasured(size: IntSize)

Called after a layout's contents have been remeasured.

Last updated: