shadesOfGrey constant

List<Color> const shadesOfGrey

Implementation

static const List<Color> shadesOfGrey = [
  Color(0xFFbdc3c7),
  Color(0xFF2c3e50)
];