primaries constant

List<PdfColor> const primaries

The material design primary color swatches, excluding grey.

Implementation

static const List<PdfColor> primaries = <PdfColor>[
  red,
  pink,
  purple,
  deepPurple,
  indigo,
  blue,
  lightBlue,
  cyan,
  teal,
  green,
  lightGreen,
  lime,
  yellow,
  amber,
  orange,
  deepOrange,
  brown,
  grey,
  blueGrey,
];