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