李卓原

修改拼写错误

@@ -45,7 +45,7 @@ class ScreenUtil { @@ -45,7 +45,7 @@ class ScreenUtil {
45 _instance 45 _instance
46 ..uiSize = designSize 46 ..uiSize = designSize
47 ..allowFontScaling = allowFontScaling; 47 ..allowFontScaling = allowFontScaling;
48 - if(orientation == Orientation.potrait){ 48 + if(orientation == Orientation.portrait){
49 _screenWidth = constraints.maxWidth; 49 _screenWidth = constraints.maxWidth;
50 _screenHeight = constraints.maxHeight; 50 _screenHeight = constraints.maxHeight;
51 }else{ 51 }else{