Composable Function

rememberMutableRemoteBoolean

Factory composable for mutable remote boolean state.

rememberMutableRemoteBoolean

Source set: Android
@Composable
@RemoteComposable
public fun rememberMutableRemoteBoolean(initialValue: Boolean): MutableRemoteBoolean

Factory composable for mutable remote boolean state.

Parameters

initialValue The initial Boolean value.

Returns

A MutableRemoteBoolean instance that will be remembered across recompositions.

Last updated: