menu
termui package
documentation
ui/widgets/tree.dart
TreeWidget<T>
root property
root property
dark_mode
light_mode
root
property
TreeNode
<
T
>
root
final
The root node of the tree.
Implementation
final TreeNode<T> root;
termui package
documentation
ui/widgets/tree
TreeWidget<T>
root property
TreeWidget class