LayoutWidth constructor

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

Implementation

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