CyanAccent class
Material Design cyan accent.
Equivalence between constructor and shade index
- light() ≡ 100
- () ≡ 200 primary
- darker() ≡ 400
- dark() ≡ 700
See also
- Inheritance
-
- Object
- PaletteRGB
- CyanAccent
Constructors
- CyanAccent()
-
Primary shade #18FFFF ≡
200
.const - CyanAccent.dark()
-
Dark shade #00B8D4 ≡
700
.const - CyanAccent.darker()
-
Darker shade #00E5FF ≡
400
.const - CyanAccent.light()
-
Light shade #84FFFF ≡
100
.const
Properties
Methods
-
call(
) → Color -
Convenience overloading; forwards to color.
inherited
-
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