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

SpatialResizeEvent

An event representing a change in size and scale during a resize operation.

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

An event representing a change in size and scale during a resize operation.

Last updated: