Iphone11 class

Iphone11's official brand colors:

  • Light Purple;
  • Light Yellow;
  • Light Green;
  • Black;
  • White;
  • Red.

See also:

Constructors

Iphone11.black()
Black #1F2020.
const
Iphone11.lightGreen()
Light Green # AEE1CD.
const
Iphone11.lightPurple()
Light Purple #D1CDDA.
const
Iphone11.lightYellow()
Light Yellow #FFE681.
const
Iphone11.red()
Red #BA0C2E.
const
Iphone11.white()
White #F9F6EF.
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