MacosColors class

A collection of color values lifted from the macOS system color picker.

Constructors

MacosColors()

Properties

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

Constants

alternateSelectedControlTextColor → const MacosColor
The text on a selected surface in a list or table.
alternatingContentBackgroundColor → const MacosColor
appleBlue → const MacosColor
appleBrown → const MacosColor
appleCyan → const MacosColor
appleGreen → const MacosColor
appleMagenta → const MacosColor
appleOrange → const MacosColor
applePurple → const MacosColor
appleRed → const MacosColor
appleYellow → const MacosColor
black → const MacosColor
controlAccentColor → const Color
The accent color selected by the user in system preferences.
controlBackgroundColor → const CupertinoDynamicColor
The background of a large interface element, such as a browser or table.
controlColor → const CupertinoDynamicColor
The surface of a control.
controlTextColor → const CupertinoDynamicColor
The text of a control that isn’t disabled.
disabledControlTextColor → const CupertinoDynamicColor
The text of a control that’s disabled.
findHighlightColor → const MacosColor
The color of a find indicator.
gridColor → const MacosColor
The gridlines of an interface element such as a table.
headerTextColor → const MacosColor
The text of a header cell in a table.
keyboardFocusIndicatorColor → const CupertinoDynamicColor
The ring that appears around the currently focused control when using the keyboard for interface navigation.
labelColor → const CupertinoDynamicColor
The text of a label containing primary content.
linkColor → const CupertinoDynamicColor
A link to other content.
placeholderTextColor → const MacosColor
A placeholder string in a control or text view.
quaternaryLabelColor → const CupertinoDynamicColor
The text of a label of lesser importance than a tertiary label such as watermark text.
secondaryLabelColor → const CupertinoDynamicColor
The text of a label of lesser importance than a primary label, such as a label used to represent a subheading or additional information.
selectedControlBackgroundColor → const MacosColor
selectedControlColor → const CupertinoDynamicColor
The surface of a selected control.
selectedControlTextColor → const CupertinoDynamicColor
The text of a selected control.
selectedMenuItemTextColor → const MacosColor
The text of a selected menu.
selectedTextBackgroundColor → const MacosColor
The background of selected text.
selectedTextColor → const MacosColor
Selected text.
separatorColor → const MacosColor
A separator between different sections of content.
systemBlueColor → const CupertinoDynamicColor
systemBrownColor → const CupertinoDynamicColor
systemGrayColor → const CupertinoDynamicColor
systemGreenColor → const CupertinoDynamicColor
systemIndigoColor → const CupertinoDynamicColor
systemOrangeColor → const CupertinoDynamicColor
systemPinkColor → const CupertinoDynamicColor
systemPurpleColor → const CupertinoDynamicColor
systemRedColor → const CupertinoDynamicColor
systemTealColor → const CupertinoDynamicColor
systemYellowColor → const CupertinoDynamicColor
tertiaryLabelColor → const CupertinoDynamicColor
The text of a label of lesser importance than a secondary label such as a label used to represent disabled text.
textBackgroundColor → const MacosColor
Text background.
textColor → const MacosColor
The text in a document.
transparent → const Color
underPageBackgroundColor → const MacosColor
The background behind a document's content.
unemphasizedSelectedContentBackgroundColor → const MacosColor
The selected content in a non-key window or view.
unemphasizedSelectedTextBackgroundColor → const CupertinoDynamicColor
A background for selected text in a non-key window or view.
unemphasizedSelectedTextColor → const MacosColor
Selected text in a non-key window or view.
white → const MacosColor
windowBackgroundColor → const MacosColor
The background of a window.
windowFrameColor → const MacosColor