MutableDpSizeState

@Stable
interface MutableDpSizeState : MutableState<DpSize>

Properties

Link copied to clipboard
abstract override var value: DpSize

Functions

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