Messenger class

Facebook Messenger's official brand colors

  • Primary: Black, Blue, Cool White, Coral, Pink, Purple.
  • Neutral (cool grey tones): Daylight, Midnight, Twilight.

See also

Constructors

Messenger.black()
Black #000000.
const
Messenger.blue()
Blue #0A7CFF.
const
Messenger.coolWhite()
Cool White #FBFBFB.
const
Messenger.coral()
Coral #FF6C5C.
const
Messenger.daylight()
Cool Grey Daylight #B4B8D9.
const
Messenger.midnight()
Cool Grey Midnight #6E7085.
const
Messenger.pink()
Pink #FF5297.
const
Messenger.purple()
Purple #A10EEB.
const
Messenger.twilight()
Cool Grey Twilight #606273.
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