menu
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
children property
children
brightness_4
children
property
Null safety
List
<
Node
>
children
final
The sub
Node
s of this object.
Implementation
final List<Node> children;
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
children 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