menu
flutter_treeview
flutter_treeview.dart
Node
<
T
>
hasIcon property
hasIcon
dark_mode
light_mode
hasIcon
property
bool
get
hasIcon
Whether this object has a non-null icon.
Implementation
bool get hasIcon => icon != null && icon != null;
flutter_treeview
flutter_treeview
Node
<
T
>
hasIcon property
Node class