Fix exchange page as fullScreenDialog

This commit is contained in:
Godwin Asuquo 2023-01-30 23:32:31 +02:00
parent deadc93a76
commit d12bcc80d1

View file

@ -387,6 +387,7 @@ Route<dynamic> createRoute(RouteSettings settings) {
case Routes.exchange:
return CupertinoPageRoute<void>(
fullscreenDialog: true,
builder: (_) => getIt.get<ExchangePage>());
case Routes.exchangeTemplate: