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