html_parser library
Classes
- 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.
Extensions
Typedefs
-
OnCssParseError
= String? Function(String css, List<
Message> errors) -
OnTap
= void Function(String? url, RenderContext context, Map<
String, String> attributes, Element? element)