mutableStateListOf
Common
@StateFactoryMarker
public fun <T> mutableStateListOf(): SnapshotStateList<T>
Create a instance of MutableList
mutableStateListOf
Common
@StateFactoryMarker
public fun <T> mutableStateListOf(vararg elements: T): SnapshotStateList<T>
Create an instance of MutableList