Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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{ |
-
Please register or login to post a comment