rememberMutableRemoteImageBitmap
Source set: Android
@Composable
public fun rememberMutableRemoteImageBitmap(initialValue: ImageBitmap): MutableRemoteImageBitmap
Factory for mutable remote bitmap state.
Parameters
| initialValue | The initial ImageBitmap value. |
Returns
| A MutableRemoteImageBitmap instance that will be remembered across recompositions. |