Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -73,7 +73,7 @@ class MyApp extends StatelessWidget { | @@ -73,7 +73,7 @@ class MyApp extends StatelessWidget { | ||
| 73 | return MediaQuery( | 73 | return MediaQuery( |
| 74 | //Setting font does not change with system font size | 74 | //Setting font does not change with system font size |
| 75 | data: MediaQuery.of(context).copyWith(textScaleFactor: 1.0), | 75 | data: MediaQuery.of(context).copyWith(textScaleFactor: 1.0), |
| 76 | - child: widget, | 76 | + child: widget!, |
| 77 | ); | 77 | ); |
| 78 | }, | 78 | }, |
| 79 | theme: ThemeData( | 79 | theme: ThemeData( |
-
Please register or login to post a comment