NiceHeading constructor
const
NiceHeading({})
Implementation
const NiceHeading({
super.key,
required this.text,
this.level = 1,
this.style,
this.textAlign,
}) : assert(level >= 1 && level <= 6, 'Heading level must be between 1 and 6');