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.
1 parent ce827e6 commit 01631c7Copy full SHA for 01631c7
apk/app.apk
-27.2 MB
lib/home_page.dart
@@ -124,8 +124,8 @@ class _GoogleMapState extends State<GoogleMapPage> with TickerProviderStateMixin
124
125
@override
126
Widget build(BuildContext context) {
127
- screenWidth ??= MediaQuery.of(context).size.width;
128
- screenHeight ??= MediaQuery.of(context).size.height;
+ screenWidth = MediaQuery.of(context).size.width;
+ screenHeight = MediaQuery.of(context).size.height;
129
return Scaffold(
130
body: SizedBox(
131
width: screenWidth,
0 commit comments