Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment