Start native apps faster with the Composables CLI ->
Class

SpatialResizeEvent

When the resizable modifier is present and enabled, UI controls will be shown that allow the user to resize the element in 3D space.

Source set: Android
public class SpatialResizeEvent(
    public val type: SpatialResizeEventType,
    public val size: IntVolumeSize,
)

When the resizable modifier is present and enabled, UI controls will be shown that allow the user to resize the element in 3D space.

Last updated: