FluidoBreakpoints constructor

const FluidoBreakpoints({
  1. int sm = 640,
  2. int md = 768,
  3. int lg = 1024,
  4. int xl = 1280,
  5. int xl2 = 1536,
})

Implementation

const FluidoBreakpoints({
  this.sm = 640,
  this.md = 768,
  this.lg = 1024,
  this.xl = 1280,
  this.xl2 = 1536,
});