BasfColors class abstract

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
Background blue color
backgroundGrey → const Color
Background grey color
black → const Color
Black color
boxGrey → const Color
Box grey color
boxLightGrey → const Color
Box light grey color
copyTextGrey → const Color
CopyText grey color
darkBlue → const MaterialColor
Dark blue MaterialColor
darkBluePale → const Color
Dark blue color
darkGreen → const MaterialColor
Dark green MaterialColor
darkGreenPale → const Color
Dark green color
darkGrey → const Color
Dark grey color
grey → const MaterialColor
Grey MaterialColor
greyBlue → const Color
Blue grey color
lightBlue → const MaterialColor
Light blue color
lightBluePale → const Color
Light blue pale color
lightGreen → const MaterialColor
Light green MaterialColor
lightGreenPale → const Color
Light green color
lightGrey → const Color
Light grey color
middleGrey → const Color
Middle grey color
orange → const MaterialColor
Orange MaterialColor
orangePale → const Color
Orange color
paleColors → const List<Color>
The BASF primary color swatches, excluding grey.
primaries → const List<MaterialColor>
The BASF primary color swatches, excluding grey.
red → const MaterialColor
Red MaterialColor
redPale → const Color
Red pale color
shadowColor → const Color
Shadow color
swatchColors → const List<MaterialColor>
The BASF primary color swatches, with grey.
transparent → const Color
Transparent color
white → const Color
White color