materialAccentColorsWithBlackAndWhite top-level constant

List<Color> const materialAccentColorsWithBlackAndWhite

Implementation

const List<Color> materialAccentColorsWithBlackAndWhite = <Color>[
  Colors.redAccent,
  Colors.pinkAccent,
  Colors.purpleAccent,
  Colors.deepPurpleAccent,
  Colors.indigoAccent,
  Colors.blueAccent,
  Colors.lightBlueAccent,
  Colors.cyanAccent,
  Colors.tealAccent,
  Colors.greenAccent,
  Colors.lightGreenAccent,
  Colors.limeAccent,
  Colors.yellowAccent,
  Colors.amberAccent,
  Colors.deepOrangeAccent,
  Colors.black,
  Colors.white,
];