AntdSizeDefine constructor

const AntdSizeDefine({
  1. required int step,
  2. required int unit,
  3. required int seed,
  4. required int lg,
  5. required int md,
  6. required int ms,
  7. required int sm,
  8. required int xl,
  9. required int xs,
  10. required int xxl,
  11. required int xxs,
})

Implementation

const AntdSizeDefine({
  required this.step,
  required this.unit,
  required this.seed,
  required this.lg,
  required this.md,
  required this.ms,
  required this.sm,
  required this.xl,
  required this.xs,
  required this.xxl,
  required this.xxs,
});