builder property
Builder function to create widgets for tree items.
Type: Widget Function(BuildContext, TreeItemNode<T>). Called for each
visible tree item to create its visual representation. Receives the
build context and the tree item data.
Implementation
final Widget Function(BuildContext context, TreeItemNode<T> node) builder;