accents constant

List<MaterialAccentColor> const accents

The Material Design accent color swatches.

Implementation

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