Showing
3 changed files
with
2 additions
and
4 deletions
| @@ -252,7 +252,6 @@ class GetCupertinoApp extends StatelessWidget { | @@ -252,7 +252,6 @@ class GetCupertinoApp extends StatelessWidget { | ||
| 252 | debugShowCheckedModeBanner: debugShowCheckedModeBanner, | 252 | debugShowCheckedModeBanner: debugShowCheckedModeBanner, |
| 253 | shortcuts: shortcuts, | 253 | shortcuts: shortcuts, |
| 254 | scrollBehavior: scrollBehavior, | 254 | scrollBehavior: scrollBehavior, |
| 255 | - useInheritedMediaQuery: useInheritedMediaQuery, | ||
| 256 | ); | 255 | ); |
| 257 | }), | 256 | }), |
| 258 | ); | 257 | ); |
| @@ -281,7 +281,6 @@ class GetMaterialApp extends StatelessWidget { | @@ -281,7 +281,6 @@ class GetMaterialApp extends StatelessWidget { | ||
| 281 | debugShowCheckedModeBanner: debugShowCheckedModeBanner, | 281 | debugShowCheckedModeBanner: debugShowCheckedModeBanner, |
| 282 | shortcuts: shortcuts, | 282 | shortcuts: shortcuts, |
| 283 | scrollBehavior: scrollBehavior, | 283 | scrollBehavior: scrollBehavior, |
| 284 | - useInheritedMediaQuery: useInheritedMediaQuery, | ||
| 285 | ); | 284 | ); |
| 286 | }), | 285 | }), |
| 287 | ); | 286 | ); |
-
Please register or login to post a comment