LayoutWidth constructor

const LayoutWidth({
  1. FluidoBreakpoints? breakpoints,
  2. Widget? sm,
  3. Widget? md,
  4. Widget? lg,
  5. Widget? xl,
  6. Widget? xl2,
})

Implementation

const LayoutWidth({
  this.breakpoints,
  this.sm,
  this.md,
  this.lg,
  this.xl,
  this.xl2,
});