Showing
1 changed file
with
1 additions
and
1 deletions
@@ -53,7 +53,7 @@ ScreenUtil.instance = ScreenUtil()..init(context); | @@ -53,7 +53,7 @@ ScreenUtil.instance = ScreenUtil()..init(context); | ||
53 | //假如设计稿是按iPhone6的尺寸设计的(iPhone6 750*1334) | 53 | //假如设计稿是按iPhone6的尺寸设计的(iPhone6 750*1334) |
54 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context); | 54 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context); |
55 | 55 | ||
56 | -//设置字体大小根据系统的“字体大小”辅助选项来进行缩放,默认为false : 字体不随着系统的“字体大小”辅助选项来进行缩放 | 56 | +//设置字体大小根据系统的“字体大小”辅助选项来进行缩放,默认为false : 字体随着系统的“字体大小”辅助选项来进行缩放 |
57 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334, allowFontScaling: true)..init(context); | 57 | ScreenUtil.instance = ScreenUtil(width: 750, height: 1334, allowFontScaling: true)..init(context); |
58 | 58 | ||
59 | ``` | 59 | ``` |
-
Please register or login to post a comment