LightBlue class

Material Design light 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

LightBlue()
Primary shade #03A9F4 ≡ 500.
const
LightBlue.bitDarker()
Bit darker shade #039BE5 ≡ 600.
const
LightBlue.bitLighter()
Bit lighter shade #29B6F6 ≡ 400.
const
LightBlue.dark()
Dark shade #0277BD ≡ 800.
const
LightBlue.darker()
Darker shade #0288D1 ≡ 700.
const
LightBlue.light()
Light shade #81D4FA ≡ 200.
const
LightBlue.lighter()
Lighter shade #4FC3F7 ≡ 300.
const
LightBlue.ultraLight()
Ultra light shade #E1F5FE ≡ 50.
const
LightBlue.veryDark()
Very dark shade #01579B ≡ 900.
const
LightBlue.veryLight()
Very light shade #B3E5FC ≡ 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