DeepOrange class

Material Design deep orange.

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

DeepOrange()
Primary shade #FF5722 ≡ 500.
const
DeepOrange.bitDarker()
Bit darker shade #F4511E ≡ 600.
const
DeepOrange.bitLighter()
Bit lighter shade #FF7043 ≡ 400.
const
DeepOrange.dark()
Dark shade #D84315 ≡ 800.
const
DeepOrange.darker()
Darker shade #E64A19 ≡ 700.
const
DeepOrange.light()
Light shade #FFAB91 ≡ 200.
const
DeepOrange.lighter()
Lighter shade #FF8A65 ≡ 300.
const
DeepOrange.ultraLight()
Ultra light shade #FBE9E7 ≡ 50.
const
DeepOrange.veryDark()
Very dark shade #BF360C ≡ 900.
const
DeepOrange.veryLight()
Very light shade #FFCCBC ≡ 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