Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,7 +51,7 @@ ScreenUtil.instance = ScreenUtil.getInstance()..init(context); | @@ -51,7 +51,7 @@ ScreenUtil.instance = ScreenUtil.getInstance()..init(context); | ||
51 | //If the design is based on the size of the iPhone6 (iPhone6 750*1334) | 51 | //If the design is based on the size of the iPhone6 (iPhone6 750*1334) |
52 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context); | 52 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context); |
53 | 53 | ||
54 | -//If you wang to set the font size is scaled according to the system's "font size" assist option | 54 | +//If you want to set the font size is scaled according to the system's "font size" assist option |
55 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334, allowFontScaling: true)..init(context); | 55 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334, allowFontScaling: true)..init(context); |
56 | 56 | ||
57 | ``` | 57 | ``` |
-
Please register or login to post a comment