expandIcon property
Whether to show expand/collapse icons for nodes with children.
Type: bool?
. If null, defaults to true. When false, nodes cannot be
visually expanded or collapsed, though the data structure remains hierarchical.
Implementation
final bool? expandIcon;