GenericFamily enum
A CSS generic font family.
Values
- standard → const GenericFamily
-
const GenericFamily('standard')
- sansserif → const GenericFamily
-
const GenericFamily('sansserif')
- serif → const GenericFamily
-
const GenericFamily('serif')
- fixed → const GenericFamily
-
const GenericFamily('fixed')
- cursive → const GenericFamily
-
const GenericFamily('cursive')
- fantasy → const GenericFamily
-
const GenericFamily('fantasy')
- math → const GenericFamily
-
const GenericFamily('math')
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
Static Methods
-
fromJS(
String value) → GenericFamily
Constants
-
values
→ const List<
GenericFamily> - A constant List of the values in this enum, in order of their declaration.