Committed by
GitHub
textScaleFactory 改为 textScaleFactor , 去掉多余的y
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -52,7 +52,7 @@ class ScreenUtil { | @@ -52,7 +52,7 @@ class ScreenUtil { | ||
| 52 | 52 | ||
| 53 | /// 每个逻辑像素的字体像素数,字体的缩放比例 | 53 | /// 每个逻辑像素的字体像素数,字体的缩放比例 |
| 54 | /// The number of font pixels for each logical pixel. | 54 | /// The number of font pixels for each logical pixel. |
| 55 | - static double get textScaleFactory => _textScaleFactor; | 55 | + static double get textScaleFactor => _textScaleFactor; |
| 56 | 56 | ||
| 57 | /// 设备的像素密度 | 57 | /// 设备的像素密度 |
| 58 | /// The size of the media in logical pixels (e.g, the size of the screen). | 58 | /// The size of the media in logical pixels (e.g, the size of the screen). |
-
Please register or login to post a comment