beautifulGreen constant

List<Color> const beautifulGreen

Implementation

static const List<Color> beautifulGreen = [
  Color(0xFF11998e),
  Color(0xFF38ef7d)
];