TreeViewItemBuilder<T> typedef
TreeViewItemBuilder<T> =
Widget Function(BuildContext context, TreeRow<T> row)
Builds a widget for one projected bubbles.TreeRow.
Implementation
typedef TreeViewItemBuilder<T> = Widget Function(
BuildContext context,
bubbles.TreeRow<T> row,
);