menu
commander_ui package
documentation
tui.dart
FocusController
popScope method
popScope method
dark_mode
light_mode
popScope
method
void
popScope
(
)
Implementation
void popScope() { if (_stack.length <= 1) return; _stack.removeLast(); }
commander_ui package
documentation
tui
FocusController
popScope method
FocusController class