Headline constructor
const
Headline(})
Implementation
const Headline(
this.content, {
this.level = HeadlineLevel.h1,
this.color,
this.align = 'left',
this.className,
this.gradient = false,
super.key,
});