MutableIntSizeState

@Stable
interface MutableIntSizeState : MutableState<IntSize>

Properties

Link copied to clipboard
abstract override var value: IntSize

Functions

Link copied to clipboard
abstract operator fun component1(): IntSize
Link copied to clipboard
abstract operator fun component2(): (IntSize) -> Unit