MaterialPalette class
A canonical palette of colors from material.io.
@link https://material.io/guidelines/style/color.html#color-color-palette
Constructors
Properties
- 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
Static Properties
- blue → Palette
- 
  
  no setter
- cyan → Palette
- 
  
  no setter
- deepOrange → Palette
- 
  
  no setter
- gray → MaterialGray
- 
  
  no setter
- green → Palette
- 
  
  no setter
- indigo → Palette
- 
  
  no setter
- lime → Palette
- 
  
  no setter
- pink → Palette
- 
  
  no setter
- purple → Palette
- 
  
  no setter
- red → Palette
- 
  
  no setter
- teal → Palette
- 
  
  no setter
- yellow → Palette
- 
  
  no setter
Static Methods
- 
  getOrderedPalettes(int count) → List< Palette>