TreeItemBuilder<T> typedef

Widget TreeItemBuilder (
  1. TreeListAdapter<T> adapter,
  2. BuildContext context,
  3. int idx,
  4. bool animating
)

Implementation

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