{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

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.

See also
MutableFloatState
mutableDoubleStateOf

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

getValue

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

Permits property delegation of vals using by for FloatState.