tree_view library
Classes
Typedefs
-
ExpansionChanged<
T> = void Function(TreeNode< T> node, bool expanded) - Callback function when a node expands or collapses.
-
TreeViewBuilder<
T> = Widget Function(BuildContext context, TreeNode< T> node, bool isSelected, Animation<double> expansionAnimation, void select(TreeNode<T> node)) - Callback function for building tree nodes, including animation values.