ResponsiveConfig constructor

const ResponsiveConfig({
  1. double watchBreakpoint = 300.0,
  2. double mobileBreakpoint = 600.0,
  3. double tabletBreakpoint = 900.0,
  4. double smallDesktopBreakpoint = 1200.0,
  5. double desktopBreakpoint = 1800.0,
  6. bool respectTextScaleFactor = true,
  7. double minScale = 0.5,
  8. double maxScale = 3.0,
  9. double outerHorizontalPadding = 16.0,
})

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,
});