Skip to content

Commit

Permalink
修改拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Feb 22, 2021
1 parent 354e6fa commit 4bb74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screenutil.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ScreenUtil {
_instance
..uiSize = designSize
..allowFontScaling = allowFontScaling;
if(orientation == Orientation.potrait){
if(orientation == Orientation.portrait){
_screenWidth = constraints.maxWidth;
_screenHeight = constraints.maxHeight;
}else{
Expand Down

0 comments on commit 4bb74a2

Please sign in to comment.