-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
builder: (context, widget) => ResponsiveWrapper.builder(
const HomePage(),
maxWidth: 1200,
minWidth: 480,
defaultScale: true,
breakpoints: [
const ResponsiveBreakpoint.resize(480, name: MOBILE),
const ResponsiveBreakpoint.resize(800, name: TABLET),
const ResponsiveBreakpoint.resize(1000, name: DESKTOP),
],
background: Container(
decoration:
BoxDecoration(color: Theme.of(context).scaffoldBackgroundColor),
),
),
And HomePage() has WillPopScope as root children, but it doesn't work
Metadata
Metadata
Assignees
Labels
No labels