Green class

Material Design green.

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

Green()
Primary shade #4CAF50 ≡ 500.
const
Green.bitDarker()
Bit darker shade #43A047 ≡ 600.
const
Green.bitLighter()
Bit lighter shade #66BB6A ≡ 400.
const
Green.dark()
Dark shade #2E7D32 ≡ 800.
const
Green.darker()
Darker shade #388E3C ≡ 700.
const
Green.light()
Light shade #A5D6A7 ≡ 200.
const
Green.lighter()
Lighter shade #81C784 ≡ 300.
const
Green.ultraLight()
Ultra light #E8F5E9 ≡ 50.
const
Green.veryDark()
Very dark shade #1B5E20 ≡ 900.
const
Green.veryLight()
Very light shade #C8E6C9 ≡ 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