LightGreenAccent class
Material Design green accent.
Equivalence between constructor and shade index
- light() ≡ 100
- () ≡ 200 primary
- darker() ≡ 400
- dark() ≡ 700
See also
- Inheritance
-
- Object
- PaletteRGB
- LightGreenAccent
Constructors
- LightGreenAccent.new()
-
Primary shade #B2FF59 ≡
200
.const - LightGreenAccent.dark()
-
Dark shade #64DD17 ≡
700
.const - LightGreenAccent.darker()
-
Darker shade #76FF03 ≡
400
.const - LightGreenAccent.light()
-
Light shade #CCFF90 ≡
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