RawHtmlNode constructor
const
RawHtmlNode(
- String html
Creates a raw HTML passthrough descriptor with html.
Implementation
const RawHtmlNode(this.html);
Creates a raw HTML passthrough descriptor with html.
const RawHtmlNode(this.html);