Android
public interface SubspaceMeasureResult
Interface holding the size of the measured layout, as well as the children positioning logic.
Based on androidx.compose.ui.layout.MeasureResult.
Functions
placeChildren
public fun placeChildren(placementScope: SubspacePlaceable.SubspacePlacementScope)
Used for positioning children. SubspacePlaceable.placeAt should be called on children inside placeChildren