accents constant

List<PdfColor> const accents

The material design accent color swatches.

Implementation

static const List<PdfColor> accents = <PdfColor>[
  redAccent,
  pinkAccent,
  purpleAccent,
  deepPurpleAccent,
  indigoAccent,
  blueAccent,
  lightBlueAccent,
  cyanAccent,
  tealAccent,
  greenAccent,
  lightGreenAccent,
  limeAccent,
  yellowAccent,
  amberAccent,
  orangeAccent,
  deepOrangeAccent,
];