menu
animated_tree_view package
documentation
node/indexed_node.dart
IndexedNode
at method
at method
dark_mode
light_mode
at
method
IndexedNode
at
(
int
index
)
override
Returns the child node at the
index
Implementation
IndexedNode at(int index) => children[index];
animated_tree_view package
documentation
node/indexed_node
IndexedNode
at method
IndexedNode class