Instagram class

Instagram's official brand colors:

  • Royal Blue;
  • Blue;
  • Purple;
  • Dark Pink;
  • Purple-Red;
  • Red;
  • Dark Orange;
  • Orange;
  • Yellow;
  • Light Yellow.

See also:

Constructors

Instagram.blue()
Blue #5B51D8.
const
Instagram.darkOrange()
Dark orange #F56040.
const
Instagram.darkPink()
Dark pink #C13584.
const
Instagram.lightYellow()
Light yellow #FFDC80.
const
Instagram.orange()
Orange #F77737.
const
Instagram.purple()
Purple #833AB4.
const
Instagram.purpleRed()
Purple-red #E1306C.
const
Instagram.red()
Red #FD1D1D.
const
Instagram.royalBlue()
Royal Blue #405DE6.
const
Instagram.yellow()
Yellow #FCAF45.
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