Flutter
widgets
Route
<
T
>
willHandlePopInternally property
willHandlePopInternally
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 ==
willHandlePopInternally property
bool
willHandlePopInternally
Whether calling
didPop
would return false.
Implementation
bool get willHandlePopInternally => false;