BuildParagraphWidget constructor
const
BuildParagraphWidget({})
A widget that renders an HTML paragraph (
) with customizable styling.
Implementation
const BuildParagraphWidget(
{super.key, required this.content, this.style, this.textAlign});