menu
neomage package
documentation
state/app_state.dart
NavigationState
canGoForward method
canGoForward method
dark_mode
light_mode
canGoForward
method
bool
canGoForward
(
)
Implementation
bool canGoForward() => _historyIndex < history.length - 1;
neomage package
documentation
state/app_state
NavigationState
canGoForward method
NavigationState class