AntdSizeDefine constructor
const
AntdSizeDefine({})
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,
});