RemeasurementModifier
interface RemeasurementModifier : Modifier.Element
androidx.compose.ui.layout.RemeasurementModifier |
A Modifier.Element that provides a Remeasurement object associated with the layout node the modifier is applied to.
Summary
Public methods | |
---|---|
abstract Unit |
onRemeasurementAvailable(remeasurement: Remeasurement) This method is executed when the modifier is attached to the layout node. |
Inherited functions | |
---|---|
Inherited extension functions | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From androidx.compose.foundation.layout
|