builder property

Widget Function(BuildContext context, bool hasChildren, bool isExpanded) builder
final

Builder called with the node's current state.

Only called when hasChildren or isExpanded changes for this node.

Implementation

final Widget Function(BuildContext context, bool hasChildren, bool isExpanded)
builder;