isPopupRoute property
bool
get
isPopupRoute
Implementation
bool get isPopupRoute {
if (_currentRoute.value == null && kDebugMode) {
if (kDebugMode) {
print(
'Please ensure that you added context.snackBarObserver to your material app observer');
}
}
return _currentRoute.value != null && _currentRoute.value is PopupRoute;
}