sunnyMorning constant

List<Color> const sunnyMorning

Implementation

static const List<Color> sunnyMorning = [
  Color(0xFFf6d365),
  Color(0xFFfda085)
];