builder property
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;
Builder called with the node's current state.
Only called when hasChildren or isExpanded changes for this node.
final Widget Function(BuildContext context, bool hasChildren, bool isExpanded)
builder;