swatchColors constant

List<MaterialColor> const swatchColors

The BASF primary color swatches, with grey.

Implementation

static const List<MaterialColor> swatchColors = <MaterialColor>[
  lightBlue,
  darkBlue,
  lightGreen,
  darkGreen,
  orange,
  red,
  grey,
];