backgroundColors constant

List<Color> const backgroundColors

Implementation

static const List<Color> backgroundColors = <Color>[
  Color(0xFFFFFFFF),
  Color(0xFFFFF9C4),
  Color(0xFFBBDEFB),
  Color(0xFFC8E6C9),
];