kExpandIcon constant
Icon
const kExpandIcon
The default icon used when a TreeNode is collapsed and it is not a Leaf.
Implementation
static const kExpandIcon = Icon(
Icons.folder_rounded,
key: kExpandIconKey,
);