ui/chat/widget/flutter_html/src/layout_element library
Classes
- DetailsContentElement
- EmptyLayoutElement
- LayoutElement
- A LayoutElement is an element that breaks the normal Inline flow of an html document with a more complex layout. LayoutElements handle
- TableCellElement
- TableRowLayoutElement
- TableSectionLayoutElement
- TableStyleElement
Functions
-
parseLayoutElement(
Element element, List< StyledElement> children) → LayoutElement -
parseTableCellElement(
Element element, List< StyledElement> children) → TableCellElement -
parseTableDefinitionElement(
Element element, List< StyledElement> children) → TableStyleElement