squareColors top-level constant

List<Color> const squareColors

Implementation

const List<Color> squareColors = [
  Colors.blue,
  Colors.red,
  Colors.yellow,
  Colors.green
];