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

mutableStateMapOf

Create a instance of MutableMap<K, V> that is observable and can be snapshot.

mutableStateMapOf

Source set: Common
public fun <K, V> mutableStateMapOf(): SnapshotStateMap<K, V>

Create a instance of MutableMap<K, V> that is observable and can be snapshot.

mutableStateMapOf

Source set: Common
public fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>): SnapshotStateMap<K, V>

Create a instance of MutableMap<K, V> that is observable and can be snapshot.