HtmlContent constructor
HtmlContent({})
Creates an HTML content mount.
Implementation
HtmlContent({
required this.html,
this.id,
this.selector,
this.className,
this.dartStyle,
this.props = const {},
this.trusted = true,
});