primaries constant

List<MaterialColor> const primaries

The BASF primary color swatches, excluding grey.

Implementation

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