menu
artisanal package
documentation
tui.dart
Tree
children method
children method
dark_mode
light_mode
children
method
Tree
children
(
List
items
)
Implementation
Tree children(List<dynamic> items) { for (final it in items) { child(it); } return this; }
artisanal package
documentation
tui
Tree
children method
Tree class