SystemColorPalette class final

A palette of system colors specified in the operating system for a given brightness.

The getters in this class, such as accentColor and buttonText, provide standard system colors defined by the W3C CSS specification.

Properties

accentColor SystemColor
Returns system color named "AccentColor".
no setter
accentColorText SystemColor
Returns system color named "AccentColorText".
no setter
activeText SystemColor
Returns system color named "ActiveText".
no setter
brightness Brightness
The brightness mode for which this palette is defined.
final
buttonBorder SystemColor
Returns system color named "ButtonBorder".
no setter
buttonFace SystemColor
Returns system color named "ButtonFace".
no setter
buttonText SystemColor
Returns system color named "ButtonText".
no setter
canvas SystemColor
Returns system color named "Canvas".
no setter
canvasText SystemColor
Returns system color named "CanvasText".
no setter
field SystemColor
Returns system color named "Field".
no setter
fieldText SystemColor
Returns system color named "FieldText".
no setter
grayText SystemColor
Returns system color named "GrayText".
no setter
hashCode int
The hash code for this object.
no setterinherited
highlight SystemColor
Returns system color named "Highlight".
no setter
highlightText SystemColor
Returns system color named "HighlightText".
no setter
linkText SystemColor
Returns system color named "LinkText".
no setter
mark SystemColor
Returns system color named "Mark".
no setter
markText SystemColor
Returns system color named "MarkText".
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItem SystemColor
Returns system color named "SelectedItem".
no setter
selectedItemText SystemColor
Returns system color named "SelectedItemText".
no setter
visitedText SystemColor
Returns system color named "VisitedText".
no setter

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