LimeAccent class
Material Design lime accent.
Equivalence between constructor and shade index
- light() ≡ 100
- () ≡ 200 primary
- darker() ≡ 400
- dark() ≡ 700
See also:
- Inheritance
-
- Object
- PaletteRGB
- LimeAccent
Constructors
- LimeAccent()
-
Primary shade #EEFF41 ≡
200
.const - LimeAccent.dark()
-
Dark shade #AEEA00 ≡
700
.const - LimeAccent.darker()
-
Darker shade #C6FF00 ≡
400
.const - LimeAccent.light()
-
Light shade #F4FF81 ≡
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