defaultBackgroundColors constant

List<Color> const defaultBackgroundColors

List of colors used to randomize the background color.

Implementation

static const List<Color> defaultBackgroundColors = <Color>[
  AvataaarsApi.baseBackgroundColor,
  Colors.red,
  Colors.blue,
  Colors.amber,
  Colors.green,
  Colors.orange,
  Colors.black,
  Colors.brown,
  Colors.cyan,
  Colors.deepOrange
];