Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
LiZhuoyuan
2019-11-29 11:33:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2019-11-29 11:33:05 +0800
Commit
41b1d6845c34ec77dfdee8be93961282ba2ac6fd
41b1d684
1 parent
c75d3252
textScaleFactory 改为 textScaleFactor , 去掉多余的y
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/flutter_screenutil.dart
lib/flutter_screenutil.dart
View file @
41b1d68
...
...
@@ -52,7 +52,7 @@ class ScreenUtil {
/// 每个逻辑像素的字体像素数,字体的缩放比例
/// The number of font pixels for each logical pixel.
static
double
get
textScaleFactor
y
=>
_textScaleFactor
;
static
double
get
textScaleFactor
=>
_textScaleFactor
;
/// 设备的像素密度
/// The size of the media in logical pixels (e.g, the size of the screen).
...
...
Please
register
or
login
to post a comment