html_parser library
Classes
- ContainerSpan
- A ContainerSpan is a widget with an InlineSpan child or children.
- HtmlParser
- RenderContext
-
The RenderContext is available when parsing the tree. It contains information
about the BuildContext of the
Html
widget, contains the configuration available in the HtmlParser, and contains information about the Style of the current tree root. - StyledText
Extensions
Typedefs
- CustomRender = dynamic Function(RenderContext context, Widget parsedChild)
-
OnCssParseError
= String? Function(String css, List<
Message> errors) - OnMathError = Widget Function(String parsedTex, String exception, String exceptionWithType)
-
OnTap
= void Function(String? url, RenderContext context, Map<
String, String> attributes, Element? element)