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

rememberMutableRemoteImageBitmap

Factory for mutable remote bitmap state.

rememberMutableRemoteImageBitmap

Source set: Android
@Composable
public fun rememberMutableRemoteImageBitmap(initialValue: ImageBitmap): MutableRemoteImageBitmap

Factory for mutable remote bitmap state.

Parameters

initialValue The initial ImageBitmap value.

Return

A MutableRemoteImageBitmap instance that will be remembered across recompositions.

Content updated: