Expand description
Store internal widget state in a state tree to ensure continuity.
Structs§
- The identifier of some widget state.
- A persistent state widget tree.
Enums§
- The internal
State
of a widget.
Constants§
- A map of named widget states.
Functions§
- Reconciles the
current_children
with the provided list of widgets using custom logic both for diffing and creating new widget state.