blue property

AccentColor blue
final

Implementation

static final AccentColor blue = AccentColor.swatch(const <String, Color>{
  'darkest': Color(0xff004a83),
  'darker': Color(0xff005494),
  'dark': Color(0xff0066b4),
  'normal': Color(0xff0078d4),
  'light': Color(0xff268cda),
  'lighter': Color(0xff4ca0e0),
  'lightest': Color(0xff60abe4),
});