Interface

FloatState

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.

Source set: Common
@JvmDefaultWithCompatibility
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
@get:AutoboxingStateValueProperty("floatValue")
override val value: Float

floatValue

Source set: Common
public val floatValue: Float

Last updated: