MinimalRed top-level constant

List<Color> const MinimalRed

Implementation

const List<Color> MinimalRed = const <Color>[
  Color(0xfff00000),
  Color(0xffdc281e)
];