-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
For example if i was using Iphone SE to build the layout, what is the proper value for minWidth ?
ResponsiveWrapper(
child,
maxWidth: 1200,
minWidth: 480,
defaultScale: true,
breakpoints: [
ResponsiveBreakpoint.resize(480, name: MOBILE),
ResponsiveBreakpoint.autoScale(800, name: TABLET),
ResponsiveBreakpoint.resize(1000, name: DESKTOP),
ResponsiveBreakpoint.autoScale(2460, name: '4K'),
],
)
Metadata
Metadata
Assignees
Labels
No labels