menu
terminice_core package
documentation
terminice_core.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_core package
documentation
terminice_core
FocusNavigator
moveNext method
FocusNavigator class