RefinedBreakpoints constructor

const RefinedBreakpoints(
  1. {double mobileSmall = 320,
  2. double mobileNormal = 375,
  3. double mobileLarge = 414,
  4. double mobileExtraLarge = 480,
  5. double tabletSmall = 600,
  6. double tabletNormal = 768,
  7. double tabletLarge = 850,
  8. double tabletExtraLarge = 900,
  9. double desktopSmall = 950,
  10. double desktopNormal = 1920,
  11. double desktopLarge = 3840,
  12. double desktopExtraLarge = 4096}
)

Implementation

const RefinedBreakpoints({
  this.mobileSmall = 320,
  this.mobileNormal = 375,
  this.mobileLarge = 414,
  this.mobileExtraLarge = 480,
  this.tabletSmall = 600,
  this.tabletNormal = 768,
  this.tabletLarge = 850,
  this.tabletExtraLarge = 900,
  this.desktopSmall = 950,
  this.desktopNormal = 1920,
  this.desktopLarge = 3840,
  this.desktopExtraLarge = 4096,
});