DeepPurpleAccent class
Material Design's deep purple accent.
Equivalence between constructor and shade index
- light() ≡ 100
- () ≡ 200 primary
- darker() ≡ 400
- dark() ≡ 700
See also
- Inheritance
-
- Object
- PaletteRGB
- DeepPurpleAccent
Constructors
- DeepPurpleAccent.new()
-
Primary shade #7C4DFF ≡
200
.const - DeepPurpleAccent.dark()
-
Dark shade #6200EA ≡
700
.const - DeepPurpleAccent.darker()
-
Darker shade #651FFF ≡
400
.const - DeepPurpleAccent.light()
-
Light shade #B388FF ≡
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