Uber class

Uber's official brand colors:

  • Primary: black, white.
  • Safety: blue.
  • Secondary: brown, green, orange, purple, red, yellow.

See also:

Constructors

Uber.black()
Black #000000.
const
Uber.blue()
Safety blue #276EF1.
const
Uber.brown()
Secondary brown #99644C.
const
Uber.green()
Secondary green #05A357.
const
Uber.orange()
Secondary orange #FF6937.
const
Uber.purple()
Secondary purple #7356BF.
const
Uber.red()
Secondary red #E11900.
const
Uber.white()
White #FFFFFF.
const
Uber.yellow()
Secondary yellow #FFC043.
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