menu
terminice_core package
documentation
terminice_core.dart
FocusNavigator
moveUp method
moveUp method
dark_mode
light_mode
moveUp
method
void
moveUp
(
)
Moves focus up by one (with wrapping).
Implementation
void moveUp() => moveBy(-1);
terminice_core package
documentation
terminice_core
FocusNavigator
moveUp method
FocusNavigator class