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

SpatialResizeEventType

An enum representing the phases of resizing.

Source set: Android
public value class SpatialResizeEventType private constructor(private val value: Int)

An enum representing the phases of resizing.

Companion Object

Properties

Source set: Android
public val Start: SpatialResizeEventType

The phase where the resize event starts.

Source set: Android
public val Resizing: SpatialResizeEventType

The phase where the user continuously resizes.

Source set: Android
public val End: SpatialResizeEventType

The phase where the resize event ends.

Last updated: