dependencies/flutter_html/src/style/length library
Classes
- AutoOrLengthOrPercent
- Dimension
- Represents a CSS dimension https://drafts.csswg.org/css-values/#dimensions
- 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)