menu
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
hasIcon property
hasIcon
brightness_4
hasIcon
property
Null safety
bool
hasIcon
Whether this object has a non-null icon.
Implementation
bool get hasIcon => icon != null && icon != null;
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
hasIcon property
Node class
Constructors
Node
Properties
asMap
children
data
expanded
hasData
hashCode
hasIcon
icon
iconColor
isParent
key
label
parent
runtimeType
selectedIconColor
Methods
copyWith
noSuchMethod
toString
Operators
operator ==
Static methods
fromLabel
fromMap