Pink class

Material Design pink.

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

Pink()
Primary shade #E91E63 ≡ 500.
const
Pink.bitDarker()
Bit darker shade #D81B60 ≡ 600.
const
Pink.bitLighter()
Bit lighter shade #EC407A ≡ 400.
const
Pink.dark()
Dark shade #AD1457 ≡ 800.
const
Pink.darker()
Darker shade #C2185B ≡ 700.
const
Pink.light()
Light shade #F48FB1 ≡ 200.
const
Pink.lighter()
Lighter shade #F06292 ≡ 300.
const
Pink.ultraLight()
Ultra light shade #FCE4EC ≡ 50.
const
Pink.veryDark()
Very dark shade #880E4F ≡ 900.
const
Pink.veryLight()
Very light shade #F8BBD0 ≡ 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