menu
w_flutter_tree package
documentation
tree/custom_tree_style.dart
TreeNode<T>
getChildren property
getChildren property
dark_mode
light_mode
getChildren
property
List
<
T
>
get
getChildren
Implementation
List<T> get getChildren => throw UnimplementedError();
w_flutter_tree package
documentation
tree/custom_tree_style
TreeNode<T>
getChildren property
TreeNode mixin