dependencies/flutter_html/src/extension/html_extension library
Classes
- ExtensionContext
- 
  Provides information about the current element on the Html tree for
an Extensionto use.
- HtmlExtension
- The HtmlExtension class allows you to customize the behavior of flutter_html or add additional functionality.
- ImageExtension
- ImageTapExtensionElement
- MatcherExtension
- OnImageTapExtension
- TagExtension
- TagExtension allows you to extend the functionality of flutter_html by defining the behavior of custom tags.
- TagWrapExtension
- WrapperElement
Enums
Typedefs
- 
    BuildChildrenCallback
      = Map<StyledElement, InlineSpan> Function()