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