kCollapseIcon constant

Icon const kCollapseIcon

The default icon used when a TreeNode is expanded and it is not a Leaf.

Implementation

static const kCollapseIcon = Icon(
  Icons.folder_open_rounded,
  key: kCollapseIconKey,
);