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