menu
radartui package
documentation
radartui_test.dart
TreeView<T>
getChildren property
getChildren property
dark_mode
light_mode
getChildren
property
List
<
T
>
Function
(
T
node
)
getChildren
final
Returns the child nodes of the given
node
.
Implementation
final List<T> Function(T node) getChildren;
radartui package
documentation
radartui_test
TreeView<T>
getChildren property
TreeView class