RainbowBlue top-level constant

List<Color> const RainbowBlue

Implementation

const List<Color> RainbowBlue = const <Color>[
  Color(0xff00f260),
  Color(0xff0575e6)
];