magenta property

AccentColor magenta
final

Implementation

static final AccentColor magenta = AccentColor.swatch(const <String, Color>{
  'darkest': Color(0xff6f0061),
  'darker': Color(0xff7e006e),
  'dark': Color(0xff90007e),
  'normal': Color(0xffb4009e),
  'light': Color(0xffc333b1),
  'lighter': Color(0xffca4cbb),
  'lightest': Color(0xffd060c2),
});