expandIcon property

Icon? expandIcon
final

The icon displayed when TreeNodeScope.node is collapsed and is not a Leaf. Defaults to NodeWidgetLeadingIcon.kExpandIcon.

If you use a custom expandIcon, make sure to give it a Key so that flutter animates the widget swap correctly. You can use the default key: NodeWidgetLeadingIcon.kExpandIconKey.

Implementation

final Icon? expandIcon;