PiggyPink top-level constant

List<Color> const PiggyPink

Implementation

const List<Color> PiggyPink = const <Color>[
  const Color(0xffee9ca7),
  const Color(0xffffdde1)
];