Showing
1 changed file
with
1 additions
and
1 deletions
@@ -42,7 +42,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | @@ -42,7 +42,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
42 | 42 | ||
43 | ### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option | 43 | ### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option |
44 | Please set the width and height of the design draft before use, the width and height of the design draft (unit px). | 44 | Please set the width and height of the design draft before use, the width and height of the design draft (unit px). |
45 | -Be sure to set the page in the MaterialApp's home(ie the entry file, just set it once) to ensure that the fit size is set before each use: | 45 | +Be sure to set the page in the MaterialApp's home/initialRoute(ie the entry file, just set it once) to ensure that the fit size is set before each use: |
46 | 46 | ||
47 | ```dart | 47 | ```dart |
48 | 48 |
-
Please register or login to post a comment