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