GreenAndBlue top-level constant

List<Color> const GreenAndBlue

Implementation

const List<Color> GreenAndBlue = const <Color>[
  Color(0xffc2e59c),
  Color(0xff64b3f4)
];