dependencies/flutter_html/src/style library
Classes
- AutoOrLengthOrPercent
 - Content
 - Dimension
 - Represents a CSS dimension https://drafts.csswg.org/css-values/#dimensions
 - FontSize
 - Height
 - HtmlPadding
 - HtmlPaddings
 - Length
 - This dimension takes a value with a length unit such as px or em. Note that these can be fixed or relative (but they must not be a percent)
 - LengthOrPercent
 - This dimension takes a value with a length-percent unit such as px or em or %. Note that these can be fixed or relative (but they must not be a percent)
 - LineHeight
 - ListStyleImage
 - Margin
 - Margins
 - Marker
 - Style
 - This class represents all the available CSS attributes for this package.
 - Width
 - The Width class takes in a value and units, and defaults to px if no units are provided. A helper constructor, Width.auto constructor is provided for convenience.
 
Enums
- Display
 - ListStylePosition
 - ListStyleType
 - TextTransform
 - Unit
 - A Unit represents a CSS unit
 - UnitType
 - These are the base unit types
 - VerticalAlign
 - WhiteSpace