Showing
1 changed file
with
1 additions
and
1 deletions
@@ -32,7 +32,7 @@ class ScreenUtil { | @@ -32,7 +32,7 @@ class ScreenUtil { | ||
32 | BoxConstraints constraints, { | 32 | BoxConstraints constraints, { |
33 | Orientation orientation = Orientation.portrait, | 33 | Orientation orientation = Orientation.portrait, |
34 | Size designSize = defaultSize, | 34 | Size designSize = defaultSize, |
35 | - bool splitScreenMode = true, | 35 | + bool splitScreenMode = false, |
36 | }) { | 36 | }) { |
37 | _instance = ScreenUtil._() | 37 | _instance = ScreenUtil._() |
38 | ..uiSize = designSize | 38 | ..uiSize = designSize |
-
Please register or login to post a comment