colorfulPeach constant

List<Color> const colorfulPeach

Implementation

static const List<Color> colorfulPeach = [
  Color(0xFFed6ea0),
  Color(0xFFec8c69)
];