FontDisplayOptions enum
Values
- auto → const FontDisplayOptions
-
const FontDisplayOptions(r'auto')
- block → const FontDisplayOptions
-
const FontDisplayOptions(r'block')
- fallback → const FontDisplayOptions
-
const FontDisplayOptions(r'fallback')
- optional → const FontDisplayOptions
-
const FontDisplayOptions(r'optional')
- swap → const FontDisplayOptions
-
const FontDisplayOptions(r'swap')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FontDisplayOptions> - A constant List of the values in this enum, in order of their declaration.