BasfColors class

This class contains every official BASF Color and their swatches.

(The structure is inspired by Material's Colors class)

(1) The 50 value of the MaterialColors is set additionally to the next darker one. This prevents null pointer errors if you use these MaterialColors in themes.

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

backgroundBlue → const Color
backgroundGrey → const Color
black → const Color
boxGrey → const Color
BASF - Grey Swatches
boxLightGrey → const Color
copyTextGrey → const Color
darkBlue → const MaterialColor
darkBluePale → const Color
BASF - Dark Blue Swatches
darkGreen → const MaterialColor
darkGreenPale → const Color
BASF - Dark Green Swatches
darkGrey → const Color
grey → const MaterialColor
greyBlue → const Color
BASF - additional blue colors
lightBlue → const MaterialColor
lightBluePale → const Color
BASF - Light Blue Swatches
lightGreen → const MaterialColor
lightGreenPale → const Color
BASF - Light Green Swatches
lightGrey → const Color
middleGrey → const Color
orange → const MaterialColor
orangePale → const Color
BASF - Orange Swatches
paleColors → const List<Color>
The BASF primary color swatches, excluding grey.
primaries → const List<MaterialColor>
Color Groups The BASF primary color swatches, excluding grey.
red → const MaterialColor
redPale → const Color
BASF - Red Swatches
shadowColor → const Color
swatchColors → const List<MaterialColor>
The BASF primary color swatches, with grey.
transparent → const Color
BASF - Default Colors
white → const Color