rememberMutableDoubleStateOf

This is an overload for the original method. If you have any questions, please see the documentation of the original method

Remember a new MutableDoubleState initialized with the passed in value

The MutableState class is a single value holder whose reads and writes are observed by Compose. Additionally, writes to it is transacted as part of the Snapshot system.

Parameters

value

the initial value for the MutableDoubleState

See also


This is an overload for the original method. If you have any questions, please see the documentation of the original method

Remember a new MutableDoubleState initialized with the passed in value

The MutableState class is a single value holder whose reads and writes are observed by Compose. Additionally, writes to it is transacted as part of the Snapshot system.

Parameters

value

the initial value for the MutableDoubleState

See also