A State whose value can be updated.
Updating the value will trigger notifications to all observing scopes.
The current value of the state.
Delegate for reading State values using the by keyword.
by
Delegate for updating MutableState values using the by keyword.