State Holder
A container for managing state.
The state property is the only property that should be exposed to the UI level. All updating should be handled separately.
Example usage:
Parameters
State
The type of the state.
Properties
Functions
Link copied to clipboard
Create a StateOwner from the given StateHolder.
Link copied to clipboard
Allows using delegation to access the StateHolder.state property.