RenderHtmlWidget constructor
const
RenderHtmlWidget({})
Creates an HTML renderer.
Implementation
const RenderHtmlWidget({
super.key,
required this.htmlContent,
this.fontSize = 13.0,
this.fontWeight,
this.textColor,
this.textAlign = TextAlign.start,
this.fontFamily,
this.lineHeight,
this.responsive = true,
this.onLinkTap,
});