expandIcon property

bool? expandIcon
final

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;