UIColorPalette class

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Constructors

UIColorPalette({String? accent, String? accentForeground, String? danger, String? dangerForeground, String? dimension, String? dimensionForeground, String? measure, String? measureForeground, String? primaryBackground, String? primaryForeground, String? secondaryBackground, String? secondaryForeground, String? success, String? successForeground, String? warning, String? warningForeground})
UIColorPalette.fromJson(Map<String, dynamic> json)
factory

Properties

accent String?
This color is that applies to selected states and buttons.
final
accentForeground String?
The foreground color that applies to any text or other elements that appear over the accent color.
final
danger String?
The color that applies to error messages.
final
dangerForeground String?
The foreground color that applies to any text or other elements that appear over the error color.
final
dimension String?
The color that applies to the names of fields that are identified as dimensions.
final
dimensionForeground String?
The foreground color that applies to any text or other elements that appear over the dimension color.
final
hashCode int
The hash code for this object.
no setterinherited
measure String?
The color that applies to the names of fields that are identified as measures.
final
measureForeground String?
The foreground color that applies to any text or other elements that appear over the measure color.
final
primaryBackground String?
The background color that applies to visuals and other high emphasis UI.
final
primaryForeground String?
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryBackground String?
The background color that applies to the sheet background and sheet controls.
final
secondaryForeground String?
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
final
success String?
The color that applies to success messages, for example the check mark for a successful download.
final
successForeground String?
The foreground color that applies to any text or other elements that appear over the success color.
final
warning String?
This color that applies to warning and informational messages.
final
warningForeground String?
The foreground color that applies to any text or other elements that appear over the warning color.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited