Twitter class

Twitter's official brand colors:

  • Blue;
  • Black;
  • Dark Grey;
  • Light Grey;
  • Extra Light Grey;
  • Extra Extra Light Grey;
  • White.

See also: - twitter colors

Constructors

Twitter.black()
Black #14171A.
const
Twitter.blue()
Blue #1DA1F2.
const
Twitter.darkGrey()
Dark Grey #657786.
const
Twitter.extraExtraLightGrey()
Extra Extra Light Grey #F5F8FA.
const
Twitter.extraLightGrey()
Extra Light Grey #E1E8ED.
const
Twitter.lightGrey()
Light Grey #AAB8C2.
const
Twitter.white()
White #FFFFFF.
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