parser/html_utils library
Functions
-
isInline(
String tag) → bool -
Checks if the given
tag
corresponds to an inline HTML element. -
parseImageStyleAttribute(
String style, String align) → Map< String, dynamic> -
Parses a CSS
<img>
style attribute string into Delta attributes. -
parseStyleAttribute(
String style) → Map< String, dynamic> - Parses a CSS style attribute string into Delta attributes.