design_system/components/data/tree library

Classes

Tree<T>
TreeAction<T>
One entry in a node's context menu (right-click or the ⋯ affordance).

Typedefs

TreeActionsBuilder<T> = List<TreeAction<T>> Function(TreeNode<T> node)
TreeIconBuilder<T> = IconData? Function(TreeRow<T> row)
TreeWidgetBuilder<T> = Widget? Function(BuildContext context, TreeRow<T> row)