Magic top-level constant

List<Color> const Magic

Implementation

const List<Color> Magic = const <Color>[
  Color(0xff59c173),
  Color(0xffa17fe0),
  Color(0xff5d26c1)
];