menu
Flutter
widgets
Route
<
T
>
willHandlePopInternally property
willHandlePopInternally
brightness_4
brightness_5
description
willHandlePopInternally
property
bool
willHandlePopInternally
Whether calling
didPop
would return false.
Implementation
bool get willHandlePopInternally => false;
Flutter
widgets
Route
<
T
>
willHandlePopInternally property
Route class