We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aef18d commit 717dc1aCopy full SHA for 717dc1a
README.md
@@ -79,7 +79,7 @@ ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: true);
79
ScreenUtil().screenWidth (sdk>=2.6 : 1.sw) //Device width
80
ScreenUtil().screenHeight (sdk>=2.6 : 1.sh) //Device height
81
ScreenUtil().bottomBarHeight //Bottom safe zone distance, suitable for buttons with full screen
82
- ScreenUtil().statusBarHeight //Status bar height , Notch will be higher Unit px
+ ScreenUtil().statusBarHeight //Status bar height , Notch will be higher Unit dp
83
ScreenUtil().textScaleFactor //System font scaling factor
84
85
ScreenUtil().scaleWidth //Ratio of actual width dp to design draft px
0 commit comments