menu
animated_tree_view package
documentation
node/node.dart
Node
children property
children property
dark_mode
light_mode
children
property
Map
<
String
,
Node
>
children
final
These are the children of the node.
Implementation
final Map<String, Node> children;
animated_tree_view package
documentation
node/node
Node
children property
Node class