ParentDataModifier
interface ParentDataModifier : Modifier.Element
androidx.compose.ui.layout.ParentDataModifier |
A Modifier that provides data to the parent Layout. This can be read from within the the Layout during measurement and positioning, via IntrinsicMeasurable.parentData. Th parent data is commonly used to inform the parent how the child Layout should be measured and positioned.
Summary
Public methods | |
---|---|
abstract Any? |
Density.modifyParentData(parentData: Any?) Provides a parentData, given the parentData already provided through the modifier's chain. |
Inherited functions | |
---|---|
Inherited extension functions | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From androidx.compose.foundation.layout
|