red property

AccentColor red
final

Implementation

static final AccentColor red = AccentColor.swatch(const <String, Color>{
  'darkest': Color(0xff8f0a15),
  'darker': Color(0xffa20b18),
  'dark': Color(0xffb90d1c),
  'normal': Color(0xffe81123),
  'light': Color(0xffec404f),
  'lighter': Color(0xffee5865),
  'lightest': Color(0xfff06b76),
});