李卓原

no message

@@ -102,7 +102,7 @@ for example: @@ -102,7 +102,7 @@ for example:
102 'My font size is 28px and will not change with the system.', 102 'My font size is 28px and will not change with the system.',
103 style: TextStyle( 103 style: TextStyle(
104 color: Colors.black, 104 color: Colors.black,
105 - fontSize: ScreenUtil(allowFontScaling: true).setSp(28, false) 105 + fontSize: ScreenUtil(allowFontScaling: true).setSp(28)
106 ) 106 )
107 ), 107 ),
108 108