BreakpointsData<D> constructor

const BreakpointsData<D>({
  1. D? xs,
  2. D? sm,
  3. D? md,
  4. D? lg,
  5. D? xl,
})

Implementation

const BreakpointsData({
  this.xs,
  this.sm,
  this.md,
  this.lg,
  this.xl,
});