accents constant

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

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,
]