Red class
Material Design red.
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
- Red
Constructors
- Red()
-
Primary shade #F44336 ≡
500
.const - Red.bitDarker()
-
Bit darker shade #E53935 ≡
600
.const - Red.bitLighter()
-
Bit lighter shade #EF5350 ≡
400
.const - Red.dark()
-
Dark shade #C62828 ≡
800
.const - Red.darker()
-
Darker shade #D32F2F ≡
700
.const - Red.light()
-
Light shade #EF9A9A ≡
200
.const - Red.lighter()
-
Lighter shade #E57373 ≡
300
.const - Red.ultraLight()
-
Ultra light shade #FFEBEE ≡
50
.const - Red.veryDark()
-
Very dark shade #B71C1C ≡
900
.const - Red.veryLight()
-
Very light shade #FFCDD2 ≡
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