ResponsiveConfig constructor
const
ResponsiveConfig({})
Implementation
const ResponsiveConfig({
this.watchBreakpoint = 300.0,
this.mobileBreakpoint = 600.0,
this.tabletBreakpoint = 900.0,
this.smallDesktopBreakpoint = 1200.0,
this.desktopBreakpoint = 1800.0,
this.respectTextScaleFactor = true,
this.minScale = 0.5,
this.maxScale = 3.0,
this.outerHorizontalPadding = 16.0,
});