menu
termui package
documentation
ui/widgets/tree.dart
TreeNode<T>
children property
children property
dark_mode
light_mode
children
property
List
<
TreeNode
<
T
>
>
children
final
The child nodes nested under this node.
Implementation
final List<TreeNode<T>> children;
termui package
documentation
ui/widgets/tree
TreeNode<T>
children property
TreeNode class