Cyan class

Material Design cyan.

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

Cyan()
Primary shade #00BCD4 ≡ Colors.cyan500.
const
Cyan.bitDarker()
Bit darker shade #00ACC1 ≡ Colors.cyan600.
const
Cyan.bitLighter()
Bit lighter shade #26C6DA ≡ Colors.cyan400.
const
Cyan.dark()
Dark shade #00838F ≡ Colors.cyan800.
const
Cyan.darker()
Darker shade #0097A7 ≡ Colors.cyan700.
const
Cyan.light()
Light shade #80DEEA ≡ Colors.cyan200.
const
Cyan.lighter()
Lighter shade #4DD0E1 ≡ Colors.cyan300.
const
Cyan.ultraLight()
Ultra light shade #E0F7FA ≡ Colors.cyan50.
const
Cyan.veryDark()
Very dark shade #006064 ≡ Colors.cyan900.
const
Cyan.veryLight()
Very light shade #B2EBF2 ≡ Colors.cyan100.
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