collapsableToggleBuilder property
Build the expand/collapse icons in root nodes.
If this builder is null, a material Icons.arrow_right is displayed for collapsed nodes and Icons.arrow_drop_down for expanded nodes.
Implementation
final NodeBuilder? collapsableToggleBuilder;