ResponsiveInt constructor

const ResponsiveInt({
  1. int s = 120,
  2. int? xs,
  3. int? xxs,
  4. int? m,
  5. int? xm,
  6. int? l,
  7. int? xl,
  8. int? xxl,
  9. int? h,
})

Implementation

const ResponsiveInt({
  super.s = 120,
  super.xs,
  super.xxs,
  super.m,
  super.xm,
  super.l,
  super.xl,
  super.xxl,
  super.h,
});