builder property

Widget Function(T node, int depth, bool isExpanded) builder
final

Builds the visual representation for each node at the given depth.

Implementation

final Widget Function(T node, int depth, bool isExpanded) builder;