menu
animated_tree_view package
documentation
tree_view/tree_node.dart
ITreeNode<T>
length property
length property
dark_mode
light_mode
length
property
int
get
length
inherited
Getter to get the total number of
children
Implementation
int get length => childrenAsList.length;
animated_tree_view package
documentation
tree_view/tree_node
ITreeNode<T>
length property
ITreeNode mixin