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 f108d23 commit 4495fe7Copy full SHA for 4495fe7
lib/responsive_wrapper.dart
@@ -338,7 +338,7 @@ class _ResponsiveWrapperState extends State<ResponsiveWrapper>
338
Widget build(BuildContext context) {
339
return (screenWidth ==
340
0) // Initialization check. Window measurements not available until postFrameCallback.
341
- ? Container()
+ ? SizedBox.shrink()
342
: InheritedResponsiveWrapper(
343
data: ResponsiveWrapperData.fromResponsiveWrapper(this),
344
child: MediaQuery(
0 commit comments