Untitled
faisalsalameh
dart
2 years ago
613 B
1
Indexable
Never
builder: (BuildContext context, Widget? child) => ResponsiveWrapper.builder( BouncingScrollWrapper.builder(context, child!), maxWidth: 1200, minWidth: 428, defaultScale: true, breakpoints: <ResponsiveBreakpoint>[ const ResponsiveBreakpoint.resize(428, name: MOBILE), const ResponsiveBreakpoint.autoScale(800, name: TABLET), const ResponsiveBreakpoint.autoScale(1000, name: TABLET), const ResponsiveBreakpoint.resize(1200, name: DESKTOP), const ResponsiveBreakpoint.autoScale(2460, name: '4K'), ], ),