Heading constructor
const
Heading({})
Implementation
const Heading({
super.key,
required super.text,
super.color,
super.fontFamily,
super.fontSize,
super.fontStyle,
super.fontWeight,
super.letterSpacing,
super.lineHeight,
super.textAlign,
super.textDecoration,
super.textTransform,
this.size = 'lg',
});