FespResponsiveLayoutData constructor

const FespResponsiveLayoutData({
  1. double sm = 576,
  2. double md = 768,
  3. double lg = 992,
  4. double xl = 1200,
  5. double xxl = 1600,
})

Implementation

const FespResponsiveLayoutData({
  this.sm = 576,
  this.md = 768,
  this.lg = 992,
  this.xl = 1200,
  this.xxl = 1600,
});