Flutter
widgets
Route
<
T
>
overlayEntries property
overlayEntries
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 ==
overlayEntries property
List
<
OverlayEntry
>
overlayEntries
The overlay entries for this route.
Implementation
List<OverlayEntry> get overlayEntries => const <OverlayEntry>[];