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

RemeasurementModifier

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

Source set: Common
public interface RemeasurementModifier : Modifier.Element

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

Functions

onRemeasurementAvailable

Source set: Common
public fun onRemeasurementAvailable(remeasurement: Remeasurement)

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

Parameters

remeasurement Remeasurement object associated with the layout node the modifier is applied to.