SpatialResizeEvent

class SpatialResizeEvent


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

Summary

Public constructors

Public properties

IntVolumeSize

The new size of the composable, expressed in virtual pixels.

SpatialResizeEventType

The current type of the resize event.

Public constructors

SpatialResizeEvent

Added in 1.0.0-alpha15
SpatialResizeEvent(type: SpatialResizeEventType, size: IntVolumeSize)

Public properties

size

Added in 1.0.0-alpha15
val sizeIntVolumeSize

The new size of the composable, expressed in virtual pixels.

type

val typeSpatialResizeEventType

The current type of the resize event.