HtmlToSpanVisitor constructor
HtmlToSpanVisitor({
- WidgetVisitor? visitor,
- TextStyle? parentStyle,
Implementation
HtmlToSpanVisitor({WidgetVisitor? visitor, TextStyle? parentStyle})
: visitor = visitor ?? WidgetVisitor(),
parentStyle = parentStyle ?? const TextStyle();