FeDex class

FeDex's official brand colors

  • Orange;
  • Purple.

Old Palete

  • Black;
  • Blue;
  • Green;
  • Grey, Light Grey, Light Platinum;
  • Yellow;
  • White.

See also:

Constructors

FeDex.black()
Black #000000.
const
FeDex.blue()
Blue #0099CC.
const
FeDex.green()
Green #00CC00.
const
FeDex.grey()
Grey, Light Grey, Light Platinum #999999.
const
FeDex.orange()
Orange #FF6600.
const
FeDex.purple()
Purple #660099.
const
FeDex.red()
Red #FF0033.
const
FeDex.white()
White #FFFFFF.
const
FeDex.yellow()
Yellow #FFCC00.
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