Skip to content

Commit 61d5e42

Browse files
committed
style(router): comment out fullscreenDialog property
- Comment out the fullscreenDialog property in the MaterialPage widget - This change affects the createRouter function in the lib/router/router.dart file
1 parent 1881bb2 commit 61d5e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/router/router.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ GoRouter createRouter({
513513
final initialSelection =
514514
state.extra as List<Country>?;
515515
return MaterialPage(
516-
fullscreenDialog: true,
516+
// fullscreenDialog: true,
517517
child: BlocProvider(
518518
create: (context) => CountriesFilterBloc(
519519
countriesRepository: context

0 commit comments

Comments
 (0)