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