Whatsapp class

Whatsapp's official brand colors:

  • Teal Green Dark;
  • Teal Green;
  • Light Green;
  • Blue;
  • White Chocolate;
  • White.

See also:

Constructors

Whatsapp.blue()
Checkmark - Picton Blue #34B7F1.
const
Whatsapp.lightGreen()
Light Green #25D366.
const
Whatsapp.teaGreen()
Outgoing Chat Bubble - Tea Green #DCF8C6.
const
Whatsapp.tealGreen()
Teal Green #128C7E.
const
Whatsapp.tealGreenDark()
Teal Green Dark #075E54.
const
Whatsapp.white()
White #FFFFFF.
const
Whatsapp.whiteChocolate()
Chat Background - White Chocolate #ECE5DD.
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