AntdFontDefine constructor
const
AntdFontDefine({})
Implementation
const AntdFontDefine({
required this.lg,
required this.md,
required this.ms,
required this.sm,
required this.xl,
required this.xs,
required this.xxl,
required this.xxs,
});