Indigo class
Material Design indigo.
Equivalence between constructor and shade index
- ultraLight() ≡ 50
- veryLight() ≡ 100
- light() ≡ 200
- lighter() ≡ 300
- bitLighter() ≡ 400
- () ≡ 500 primary
- bitDarker() ≡ 600
- darker() ≡ 700
- dark() ≡ 800
- veryDark() ≡ 900
See also
- Inheritance
-
- Object
- PaletteRGB
- Indigo
Constructors
- Indigo()
-
Default shade #3F51B5 ≡
500
.const - Indigo.bitDarker()
-
Bit darker shade #3949AB ≡
600
.const - Indigo.bitLighter()
-
Bit lighter shade #5C6BC0 ≡
400
.const - Indigo.dark()
-
Dark shade #283593 ≡
800
.const - Indigo.darker()
-
Darker shade #303F9F ≡
700
.const - Indigo.light()
-
Light shade #9FA8DA ≡
200
.const - Indigo.lighter()
-
Lighter shade #7986CB ≡
300
.const - Indigo.ultraLight()
-
Ultra light shade #E8EAF6 ≡
50
.const - Indigo.veryDark()
-
Very dark shade #1A237E ≡
900
.const - Indigo.veryLight()
-
Very light shade #C5CAE9 ≡
100
.const
Properties
Methods
-
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