CupertinoColors class
A palette of Color constants that describe colors commonly used when matching the iOS platform aesthetics.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Constants
- activeBlue → const Color
-
iOS 10's default blue color. Used to indicate active elements such as
buttons, selected tabs and your own chat bubbles.
const Color(0xFF007AFF)
- activeGreen → const Color
-
iOS 10's default green color. Used to indicate active accents such as
the switch in its on state and some accent buttons such as the call button
and Apple Map's 'Go' button.
const Color(0xFF4CD964)
- black → const Color
-
Opaque black color. Used for texts against light backgrounds. [...]
const Color(0xFF000000)
- destructiveRed → const Color
-
Used for iOS 10 for destructive actions such as the delete actions in
table view cells and dialogs. [...]
const Color(0xFFFF3B30)
- inactiveGray → const Color
-
Used in iOS 11 for unselected selectables such as tab bar items in their
inactive state or de-emphasized subtitles and details text. [...]
const Color(0xFF8E8E93)
- lightBackgroundGray → const Color
-
Used in iOS 10 for light background fills such as the chat bubble background.
const Color(0xFFE5E5EA)
- white → const Color
-
Opaque white color. Used for backgrounds and fonts against dark backgrounds. [...]
const Color(0xFFFFFFFF)