OrangeAccent class
Material Design orange accent.
Equivalence between constructor and shade index
- light() ≡ 100
- () ≡ 200 primary
- darker() ≡ 400
- dark() ≡ 700
See also
- Inheritance
-
- Object
- PaletteRGB
- OrangeAccent
Constructors
- OrangeAccent()
-
Primary shade #FFAB40 ≡
200
.const - OrangeAccent.dark()
-
Dark shade #FF6D00 ≡
700
.const - OrangeAccent.darker()
-
Darker shade #FF9100 ≡
400
.const - OrangeAccent.light()
-
Light shade #FFD180 ≡
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