We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f716fef + 7711aa6 commit 0cdb64aCopy full SHA for 0cdb64a
lib/screenutil.dart
@@ -47,7 +47,7 @@ class ScreenUtil {
47
_screenWidth = constraints.maxWidth;
48
_screenHeight = constraints.maxHeight;
49
50
- ui.Window mediaQuery = ui.window;
+ var mediaQuery = ui.window;
51
_pixelRatio = mediaQuery.devicePixelRatio;
52
_statusBarHeight = mediaQuery.padding.top;
53
_bottomBarHeight = mediaQuery.padding.bottom;
0 commit comments