rememberMutableRemoteImageBitmap

Functions summary

MutableRemoteImageBitmap

Factory for mutable remote bitmap state.

Functions

rememberMutableRemoteImageBitmap

@Composable
fun rememberMutableRemoteImageBitmap(initialValue: ImageBitmap): MutableRemoteImageBitmap

Factory for mutable remote bitmap state.

Parameters
initialValue: ImageBitmap

The initial ImageBitmap value.

Returns
MutableRemoteImageBitmap

A MutableRemoteImageBitmap instance that will be remembered across recompositions.