Module tree
Available on crate feature
advanced only.Expand description
Store internal widget state in a state tree to ensure continuity.
Structs§
Enums§
Functions§
- diff_
children - Reconciles the children of the tree with the provided list of widgets.
- diff_
children_ custom - Reconciles the children of the tree with the provided list of widgets using custom logic both for diffing and creating new widget state.
- diff_
children_ custom_ with_ search - Reconciles the
current_childrenwith the provided list of widgets using custom logic both for diffing and creating new widget state.