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

rememberMutableRemoteInt

Factory composable for mutable remote integer state.

rememberMutableRemoteInt

Source set: Android
@Composable
public fun rememberMutableRemoteInt(initialValue: Int): MutableRemoteInt

Factory composable for mutable remote integer state.

Parameters

initialValue The initial Int value.

Return

A MutableRemoteInt instance that will be remembered across recompositions.

Content updated: