TreeItemBuilder<T> typedef
- TreeListAdapter<
T> adapter, - BuildContext context,
- int idx,
- bool animating
Implementation
typedef TreeItemBuilder<T> = Widget Function(
TreeListAdapter<T> adapter, BuildContext context, int idx, bool animating);