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 0e9d4ea commit e84cddbCopy full SHA for e84cddb
lib/main.dart
@@ -13,8 +13,8 @@ class MyApp extends StatelessWidget {
13
@override
14
Widget build(BuildContext context) {
15
return MaterialApp(
16
- builder: (context, widget) => ResponsiveWrapper.builder(
17
- BouncingScrollWrapper.builder(context, widget!),
+ builder: (context, child) => ResponsiveWrapper.builder(
+ BouncingScrollWrapper.builder(context, child!),
18
maxWidth: 1200,
19
minWidth: 450,
20
defaultScale: true,
0 commit comments