Teal class

Material Design teal.

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

Teal()
Primary shade #009688 ≡ 500.
const
Teal.bitDarker()
Bit darker shade #00897B ≡ 600.
const
Teal.bitLighter()
Bit lighter shade #26A69A ≡ 400.
const
Teal.dark()
Dark shade #00695C ≡ 800.
const
Teal.darker()
Darker shade #00796B ≡ 700.
const
Teal.light()
Light shade #80CBC4 ≡ 200.
const
Teal.lighter()
Lighter shade #4DB6AC ≡ 300.
const
Teal.ultraLight()
Ultra light #E0F2F1 ≡ 50.
const
Teal.veryDark()
Very dark shade #004D40 ≡ 900.
const
Teal.veryLight()
Very light shade #B2DFDB ≡ 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