Amber class

Material Design amber.

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

Amber()
Primary shade #FFC107 ≡ 500.
const
Amber.bitDarker()
Bit darker shade #FFB300 ≡ 600.
const
Amber.bitLighter()
Bit lighter shade #FFCA28 ≡ 400.
const
Amber.dark()
Dark shade #FF8F00 ≡ 800.
const
Amber.darker()
Darker shade #FFA000 ≡ 700.
const
Amber.light()
Light shade #FFE082 ≡ 200.
const
Amber.lighter()
Lighter shade #FFD54F ≡ 300.
const
Amber.ultraLight()
Ultra light shade #FFF8E1 ≡ 50.
const
Amber.veryDark()
Very dark shade #FF6F00 ≡ 900.
const
Amber.veryLight()
Very light shade #FFECB3 ≡ 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