Interface

DoubleState

A value holder where reads to the [doubleValue] property during the execution of a [Composable] function cause the current [RecomposeScope] to subscribe to changes of that value.

Common
@JvmDefaultWithCompatibility
public interface DoubleState : State<Double>

A value holder where reads to the doubleValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

Properties

Common
@get:AutoboxingStateValueProperty("doubleValue")
override val value: Double