CssWhitespace enum Null safety
The whitespace behavior.
Constants
- normal → const CssWhitespace
-
Sequences of white space are collapsed. Newline characters in the source are handled the same as other white space. Lines are broken as necessary to fill line boxes.
const CssWhitespace(0)
- pre → const CssWhitespace
-
Sequences of white space are preserved. Lines are only broken at newline characters in the source and at
elements.const CssWhitespace(1)
-
values
→ const List<
CssWhitespace> -
A constant List of the values in this enum, in order of their declaration.
const List<
CssWhitespace>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited