mutableStateOf

fun <T> mutableStateOf(initial: T): MutableState<T>(source)

Creates a new MutableState initialized with initial.