VeryBlue top-level constant

List<Color> const VeryBlue

Implementation

const List<Color> VeryBlue = const <Color>[
  Color(0xff0575e6),
  Color(0xff021b79)
];