ui/chat/widget/flutter_html/src/html_elements library

Classes

EmptyContentElement
InteractableElement
An InteractableElement is a StyledElement that takes user gestures (e.g. tap).
ReplacedElement
A ReplacedElement is a type of StyledElement that does not require its children to be rendered.
RubyElement
StyledElement
A StyledElement applies a style to all of its children.
TextContentElement
TextContentElement is a ContentElement with plaintext as its content.

Enums

Gesture
A Gesture indicates the type of interaction by a user.

Functions

numberToFontSize(String num) FontSize
parseInteractableElement(Element element, List<StyledElement> children) StyledElement
parseReplacedElement(Element element, List<StyledElement> children) ReplacedElement
parseStyledElement(Element element, List<StyledElement> children) StyledElement

Typedefs

ListCharacter = String Function(int i)