SiderBreakpoint constructor

SiderBreakpoint({
  1. double xs = 480,
  2. double sm = 576,
  3. double md = 768,
  4. double lg = 992,
  5. double xl = 1200,
  6. double xxl = 1600,
})

Implementation

SiderBreakpoint({
  this.xs = 480,
  this.sm = 576,
  this.md = 768,
  this.lg = 992,
  this.xl = 1200,
  this.xxl = 1600,
});