menu
terminice package
documentation
testing.dart
ListNavigator
moveUp method
moveUp method
dark_mode
light_mode
moveUp
method
void
moveUp
(
)
Moves selection up by one (with wrapping).
Implementation
void moveUp() => moveBy(-1);
terminice package
documentation
testing
ListNavigator
moveUp method
ListNavigator class