FloatState
-
Cmn
interface FloatState : State
MutableFloatState |
A value holder where reads to the |
A value holder where reads to the floatValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.
| See also | |
|---|---|
MutableFloatState |
|
mutableDoubleStateOf |
Summary
Extension functions |
||
|---|---|---|
inline operator Float |
FloatState.getValue(thisObj: Any?, property: KProperty<*>)Permits property delegation of |
Cmn
|
Extension functions
getValue
inline operator fun FloatState.getValue(thisObj: Any?, property: KProperty<*>): Float
Permits property delegation of vals using by for FloatState.