Skip to content

Commit

Permalink
textScaleFactory 改为 textScaleFactor , 去掉多余的y
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhuoyuan authored Nov 29, 2019
1 parent c75d325 commit 41b1d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flutter_screenutil.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ScreenUtil {

/// 每个逻辑像素的字体像素数,字体的缩放比例
/// The number of font pixels for each logical pixel.
static double get textScaleFactory => _textScaleFactor;
static double get textScaleFactor => _textScaleFactor;

/// 设备的像素密度
/// The size of the media in logical pixels (e.g, the size of the screen).
Expand Down

0 comments on commit 41b1d68

Please sign in to comment.