李卓原

splitScreenMode默认值为false

@@ -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