FloatState

Known direct subclasses
MutableFloatState

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.


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.

Summary

Public properties

Float
Cmn
open Float
Cmn

Extension functions

inline operator Float
FloatState.getValue(thisObj: Any?, property: KProperty<*>)

Permits property delegation of vals using by for FloatState.

Cmn

Public properties

floatValue

val floatValueFloat

value

open val valueFloat

Extension functions

inline operator fun FloatState.getValue(thisObj: Any?, property: KProperty<*>): Float

Permits property delegation of vals using by for FloatState.