Lime class

Material Design lime.

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

Lime()
Primary shade #CDDC39 ≡ 500.
const
Lime.bitDarker()
Bit darker shade #C0CA33 ≡ 600.
const
Lime.bitLighter()
Bit lighter shade #D4E157 ≡ 400.
const
Lime.dark()
Dark shade #9E9D24 ≡ 800.
const
Lime.darker()
Darker shade #AFB42B ≡ 700.
const
Lime.light()
Light shade #E6EE9C ≡ 200.
const
Lime.lighter()
Lighter shade #DCE775 ≡ 300.
const
Lime.ultraLight()
Ultra light shade #F9FBE7 ≡ 50.
const
Lime.veryDark()
Very dark shade #827717 ≡ 900.
const
Lime.veryLight()
Very light shade #F0F4C3 ≡ 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