Class

SubspaceLayoutNode.SubspaceMeasurableLayout

A SubspaceMeasurable and SubspacePlaceable object that is used to measure and lay out the children of this node.

Source set: Android
inner class SubspaceMeasurableLayout :
        SubspaceMeasurable, SubspaceLayoutCoordinates, SubspaceSemanticsInfo, SubspacePlaceable()

A SubspaceMeasurable and SubspacePlaceable object that is used to measure and lay out the children of this node.

See androidx.compose.ui.node.NodeCoordinator

Properties

tail

Source set: Android
val tail: SubspaceModifier.Node

The tail node of SubspaceModifierNodeChain.

This node is used to mark the end of the modifier chain.

isPlaced

Source set: Android
val isPlaced

Last updated: