ExpandNodeIcon constructor
const
ExpandNodeIcon({})
Creates an ExpandNodeIcon.
Implementation
const ExpandNodeIcon({
Key? key,
this.size = 24.0,
this.padding = const EdgeInsets.all(8.0),
this.color,
this.disabledColor,
this.expandedColor,
}) : super(key: key);