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.
Constants
-
BLOCK_ELEMENTS
→ const List<
String> -
EXTERNAL_ELEMENTS
→ const List<
String> -
INTERACTABLE_ELEMENTS
→ const List<
String> -
LAYOUT_ELEMENTS
→ const List<
String> -
REPLACED_ELEMENTS
→ const List<
String> -
SELECTABLE_ELEMENTS
→ const List<
String> -
STYLED_ELEMENTS
→ const List<
String> -
TABLE_CELL_ELEMENTS
→ const List<
String> -
TABLE_DEFINITION_ELEMENTS
→ const List<
String>
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)