Yellow class

Material Design yellow.

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

Yellow()
Primary shade #FFEB3B ≡ 500.
const
Yellow.bitDarker()
Bit darker shade #FDD835 ≡ 600.
const
Yellow.bitLighter()
Bit lighter shade #FFEE58 ≡ 400.
const
Yellow.dark()
Dark shade #F9A825 ≡ 800.
const
Yellow.darker()
Darker shade #FBC02D ≡ 700.
const
Yellow.light()
Light shade #FFF59D ≡ 200.
const
Yellow.lighter()
Lighter shade #FFF176 ≡ 300.
const
Yellow.ultraLight()
Ultra light shade #FFFDE7 ≡ 50.
const
Yellow.veryDark()
Very dark shade #F57F17 ≡ 900.
const
Yellow.veryLight()
Very light shade #FFF9C4 ≡ 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