menu
artisanal package
documentation
tui.dart
Tree
hide method
hide method
dark_mode
light_mode
hide
method
Tree
hide
(
bool
value
)
Implementation
Tree hide(bool value) { _hidden = value; return this; }
artisanal package
documentation
tui
Tree
hide method
Tree class