willPopPage property
See PopScope for more details. It is passed to the willPopPage of StandardRouterDelegate.
Implementation
@override
bool Function(Route<dynamic> route, dynamic result)? get willPopPage =>
_willPopPage;
See PopScope for more details. It is passed to the willPopPage of StandardRouterDelegate.
@override
bool Function(Route<dynamic> route, dynamic result)? get willPopPage =>
_willPopPage;