LayoutIdParentData
Kotlin
|Java
interface LayoutIdParentData
androidx.compose.ui.layout.LayoutIdParentData |
Can be implemented by values used as parent data to make them usable as tags. If a parent data value implements this interface, it can then be returned when querying Measurable.layoutId for the corresponding child.
Summary
Properties | |
---|---|
abstract Any |
Properties
layoutId
abstract val layoutId: Any