isModalBottomSheetOpen static method
Implementation
static bool isModalBottomSheetOpen() {
var currentRoute = ModalRoute.of(currentContext);
return currentRoute is ModalBottomSheetRoute;
}
static bool isModalBottomSheetOpen() {
var currentRoute = ModalRoute.of(currentContext);
return currentRoute is ModalBottomSheetRoute;
}