Source set: Common
public interface FloatState : State<Float>
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.
Properties
value
Source set: Common
override val value: Float
floatValue
Source set: Common
public val floatValue: Float