DesignSystemTypography constructor
const
DesignSystemTypography({})
Implementation
const DesignSystemTypography({
required this.display,
required this.headline,
required this.title,
required this.body,
required this.label,
required this.button,
required this.caption,
});