builder property
Builder function to create widgets for tree items.
Type: Widget Function(BuildContext, TreeItem<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, TreeItem<T> node) builder;