newState

abstract fun <T> newState(defaultValue: T): MutableState<T>
open fun <T> newState(): MutableState<T?>