Superman top-level constant

List<Color> const Superman

Implementation

const List<Color> Superman = const <Color>[
  Color(0xff0099f7),
  Color(0xfff11712)
];