ObservableProperty

constructor(state: MutableState<T>, onUpdated: (T) -> Unit? = null)(source)

Parameters

T

The type of the value held by this observable property.