AmericanExpress class

American Express' official brand colors:

  • Bright Blue;
  • Deep Blue;
  • Neutral1 (kind of light grey);
  • Neutral2 (kind of dark grey).

See also:

Constructors

AmericanExpress.brightBlue()
Bright Blue #2671B9.
const
AmericanExpress.deepBlue()
Deep Blue #1B2954.
const
AmericanExpress.neutral1()
Neutral 1 (Light Grey) #868D94.
const
AmericanExpress.neutral2()
Neutral 2 (Dark Grey) #323031.
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