Showing
1 changed file
with
0 additions
and
1 deletions
@@ -49,7 +49,6 @@ class MyApp extends StatelessWidget { | @@ -49,7 +49,6 @@ class MyApp extends StatelessWidget { | ||
49 | //Set the fit size (fill in the screen size of the device in the design,in dp) | 49 | //Set the fit size (fill in the screen size of the device in the design,in dp) |
50 | return ScreenUtilInit( | 50 | return ScreenUtilInit( |
51 | designSize: Size(360, 690), | 51 | designSize: Size(360, 690), |
52 | - allowFontScaling: false, | ||
53 | builder: () => MaterialApp( | 52 | builder: () => MaterialApp( |
54 | ... | 53 | ... |
55 | ), | 54 | ), |
-
Please register or login to post a comment