Default set of Zeta Colors that can be used to make a ZetaColors instance.
One of more of these can be overridden when constructing a ZetaColors instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
- black → const Color
- Pure black.
- blue → const ZetaColorSwatch
- Blue
- cool → const ZetaColorSwatch
- Cool
- green → const ZetaColorSwatch
- Green
- greyCool → const ZetaColorSwatch
- Grey cool swatch
- greyWarm → const ZetaColorSwatch
- Grey warm swatch
- linkDark → const Color
- Link color for dark mode.
- linkLight → const Color
- Link color for light mode.
- linkVisitedDark → const Color
- Visited link color for dark mode.
- linkVisitedLight → const Color
- Visited link color for light mode.
- orange → const ZetaColorSwatch
- Orange
- pink → const ZetaColorSwatch
- Pink
- pure → const ZetaColorSwatch
- Pure
- purple → const ZetaColorSwatch
- Purple
- red → const ZetaColorSwatch
- Red
- shadowDark → const Color
- Default shadow color.
- shadowLight → const Color
- Default shadow color.
- teal → const ZetaColorSwatch
- Teal
- text → const Color
- Default text color.
- warm → const ZetaColorSwatch
- Warm
- white → const Color
- Pure white.
- yellow → const ZetaColorSwatch
- Yellow