Flutter
widgets
Route
<
T
>
navigator property
navigator
description
navigator
property
Null safety
NavigatorState
?
navigator
The navigator that the route is in, if any.
Implementation
NavigatorState? get navigator => _navigator;
Flutter
widgets
Route
<
T
>
navigator property
Route class
Constructors
Route
Properties
currentResult
hasActiveRouteBelow
hashCode
isActive
isCurrent
isFirst
navigator
overlayEntries
popped
restorationScopeId
runtimeType
settings
willHandlePopInternally
Methods
changedExternalState
changedInternalState
didAdd
didChangeNext
didChangePrevious
didComplete
didPop
didPopNext
didPush
didReplace
dispose
install
noSuchMethod
toString
willPop
Operators
operator ==