Skip to main content

mutableStateOf

Function mutableStateOf 

Source
pub fn mutableStateOf<T: Clone + 'static>(initial: T) -> MutableState<T>