Blue class

Material Design blue.

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

Constructors

Blue()
Primary shade #2196F3 ≡ 500.
const
Blue.bitDarker()
Bit darker shade #1E88E5 ≡ 600.
const
Blue.bitLighter()
Bit lighter shade #42A5F5 ≡ 400.
const
Blue.dark()
Dark shade #1565C0 ≡ 800.
const
Blue.darker()
Darker shade #1976D2 ≡ 700.
const
Blue.light()
Light shade #90CAF9 ≡ 200.
const
Blue.lighter()
Lighter shade #64B5F6 ≡ 300.
const
Blue.ultraLight()
Ultra light shade #E3F2FD ≡ 50.
const
Blue.veryDark()
Very dark shade #0D47A1 ≡ 900.
const
Blue.veryLight()
Very light shade #BBDEFB ≡ 100.
const

Properties

color Color
The rgb color.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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