Slack class

Slack's official brand colors:

  • Aubergine (Eggplant);
  • Black;
  • Blue;
  • Green;
  • Red;
  • Yellow.

See also:

Constructors

Slack.aubergine()
Aubergine (Eggplant) #4A154B.
const
Slack.black()
Black #000000.
const
Slack.blue()
Blue #36C5F0.
const
Slack.green()
Green #2EB67D
const
Slack.red()
Red #E01E5A.
const
Slack.yellow()
Yellow #ECB22E.
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