Skip to content

Commit 4bb74a2

Browse files
author
李卓原
committed
修改拼写错误
1 parent 354e6fa commit 4bb74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screenutil.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ScreenUtil {
4545
_instance
4646
..uiSize = designSize
4747
..allowFontScaling = allowFontScaling;
48-
if(orientation == Orientation.potrait){
48+
if(orientation == Orientation.portrait){
4949
_screenWidth = constraints.maxWidth;
5050
_screenHeight = constraints.maxHeight;
5151
}else{

0 commit comments

Comments
 (0)