menu
terminice package
documentation
testing.dart
FocusNavigator
moveNext method
moveNext method
dark_mode
light_mode
moveNext
method
void
moveNext
(
)
Moves focus to next item (alias for
moveDown
).
Implementation
void moveNext() => moveBy(1);
terminice package
documentation
testing
FocusNavigator
moveNext method
FocusNavigator class