Searched defs:MutableState (Results 1 – 5 of 5) sorted by relevance
98 interface MutableState<T> : State<T> { in getValue() interface
172 interface MutableState<T> : State<T> { interface
43 val MutableState = Name(PackageName, "MutableState") constant
46 fun MutableState<ToggleableState>.toggle() { in MutableState() method
588 interface MutableState<T> : State<T> { in Color() interface