menu
artisanal package
documentation
tui.dart
Tree
root method
root method
dark_mode
light_mode
root
method
Tree
root
(
Object
?
label
)
Implementation
Tree root(Object? label) { _value = label?.toString() ?? ''; return this; }
artisanal package
documentation
tui
Tree
root method
Tree class