HtmlContent constructor
const
HtmlContent({})
Implementation
const HtmlContent({
super.key,
this.textStyle,
this.padding,
this.onTapUrl,
required this.content,
this.useWhiteSpace = false,
});
const HtmlContent({
super.key,
this.textStyle,
this.padding,
this.onTapUrl,
required this.content,
this.useWhiteSpace = false,
});