menu
checkable_treeview package
documentation
checkable_treeview.dart
TreeNode<T>
children property
children property
dark_mode
light_mode
children
property
List
<
TreeNode
<
T
>
>
children
final
The list of child nodes for this node.
Implementation
final List<TreeNode<T>> children;
checkable_treeview package
documentation
checkable_treeview
TreeNode<T>
children property
TreeNode class