🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

rememberMutableRemoteBoolean

Factory composable for mutable remote boolean state.

rememberMutableRemoteBoolean

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

Factory composable for mutable remote boolean state.

Parameters

initialValue The initial Boolean value.

Return

A MutableRemoteBoolean instance that will be remembered across recompositions.

Content updated: