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