Class

SubspaceLayoutNode.SubspaceMeasurableLayout

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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

Android
val tail: SubspaceModifier.Node

The tail node of SubspaceModifierNodeChain.

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

Android
val isPlaced