ColorPalette class

Predefined color palette for Kaeru UI.

Constructors

ColorPalette()

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

Static Properties

danger Color
Danger color. Example: ColorPalette.danger
getter/setter pair
dark Color
Dark neutral color. Example: ColorPalette.dark
getter/setter pair
info Color
Info color. Example: ColorPalette.info
getter/setter pair
light Color
Light neutral color. Example: ColorPalette.light
getter/setter pair
medium Color
Medium neutral color. Example: ColorPalette.medium
getter/setter pair
primary Color
Primary / Brand color. Example: ColorPalette.primary
getter/setter pair
secondary Color
Secondary color. Example: ColorPalette.secondary
getter/setter pair
success Color
Success color. Example: ColorPalette.success
getter/setter pair
warning Color
Warning color. Example: ColorPalette.warning
getter/setter pair