ValueState

constructor(version: String? = null, stateFactory: (T) -> MutableState<T> = { mutableStateOf(it) })