setValue

operator fun <T> MutableState<T>.setValue(thisRef: Any?, property: KProperty<*>, value: T)(source)

Delegate for updating MutableState values using the by keyword.