menu
terminice package
documentation
testing.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 package
documentation
testing
FocusNavigator
moveUp method
FocusNavigator class