BuildHeadingWidget constructor
const
BuildHeadingWidget({})
A widget that renders an HTML heading (h1-h6) with customizable level and content.
Implementation
const BuildHeadingWidget(
{super.key, required this.level, required this.content, this.textAlign});