Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

SubspaceMeasuredSizeAwareModifierNode

A androidx.xr.compose.subspace.layout.SubspaceModifier.Node which receives callbacks when the layout it is attached to is remeasured.

Source set: Android
public interface SubspaceMeasuredSizeAwareModifierNode : DelegatableSubspaceNode

A androidx.xr.compose.subspace.layout.SubspaceModifier.Node which receives callbacks when the layout it is attached to is remeasured.

This is the androidx.xr.compose.subspace.layout.SubspaceModifier.Node equivalent of androidx.xr.compose.subspace.layout.onSizeChanged.

Functions

onRemeasured

public fun onRemeasured(size: IntVolumeSize)

This method is called when the layout content is remeasured. The most common usage is androidx.xr.compose.subspace.layout.onSizeChanged.

Last updated: