ui/chat/widget/flutter_html/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

IterateLetters on String

Typedefs

OnCssParseError = String? Function(String css, List<Message> errors)
OnTap = void Function(String? url, RenderContext context, Map<String, String> attributes, Element? element)