RemeasurementModifier

Interface

Common
@JvmDefaultWithCompatibility
interface RemeasurementModifier : Modifier.Element

A Modifier.Element that provides a Remeasurement object associated with the layout node the modifier is applied to.

Functions

fun onRemeasurementAvailable(remeasurement: Remeasurement)

This method is executed when the modifier is attached to the layout node.

Parameters

remeasurementRemeasurement object associated with the layout node the modifier is applied to.