menu
animated_tree_view package
documentation
node/indexed_node.dart
IndexedNode
children property
children property
dark_mode
light_mode
children
property
List
<
IndexedNode
>
children
final
These are the children of the node.
Implementation
final List<IndexedNode> children;
animated_tree_view package
documentation
node/indexed_node
IndexedNode
children property
IndexedNode class