From 91bb9b2d5bab86bc750d1f979a53ca5ec3b3f521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8D=93=E5=8E=9F?= Date: Mon, 14 Jan 2019 11:49:02 +0800 Subject: [PATCH] no message --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index 0d704be..f4e616f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -102,7 +102,7 @@ for example: 'My font size is 28px and will not change with the system.', style: TextStyle( color: Colors.black, - fontSize: ScreenUtil(allowFontScaling: true).setSp(28, false) + fontSize: ScreenUtil(allowFontScaling: true).setSp(28) ) ),