LightHtmlTextRenderer.simple constructor
LightHtmlTextRenderer.simple(
- String html, {
- RendererStyle? style,
Implementation
factory LightHtmlTextRenderer.simple(String html, {RendererStyle? style}) =>
LightHtmlTextRenderer(
html,
style ?? RendererStyle(),
null,
null,
[],
"\$",
false,
);