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