BlueGrey class
Material Design blue-grey.
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
- BlueGrey
Constructors
- BlueGrey()
-
Default shade #607D8B ≡
500
.const - BlueGrey.bitDarker()
-
Bit darker shade #546E7A ≡
600
.const - BlueGrey.bitLighter()
-
Bit lighter shade #78909C ≡
400
.const - BlueGrey.dark()
-
Dark shade #37474F ≡
800
.const - BlueGrey.darker()
-
Darker shade #455A64 ≡
700
.const - BlueGrey.light()
-
Light shade #B0BEC5 ≡
200
.const - BlueGrey.lighter()
-
Lighter shade #90A4AE ≡
300
.const - BlueGrey.ultraLight()
-
Ultra light shade #ECEFF1 ≡
50
.const - BlueGrey.veryDark()
-
Very dark shade #263238 ≡
900
.const - BlueGrey.veryLight()
-
Very light shade #CFD8DC ≡
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