rainbowColors property

List<Color> rainbowColors
getter/setter pair

Implementation

static List<Color> rainbowColors = [
  Colors.red,
  Colors.orange,
  Colors.yellow,
  Colors.green,
  Colors.cyan,
  Colors.blue,
  Colors.purple
];