green property

AccentColor green
final

Implementation

static final AccentColor green = AccentColor.swatch(const <String, Color>{
  'darkest': Color(0xff094c09),
  'darker': Color(0xff0c5d0c),
  'dark': Color(0xff0e6f0e),
  'normal': Color(0xff107c10),
  'light': Color(0xff278927),
  'lighter': Color(0xff4b9c4b),
  'lightest': Color(0xff6aad6a),
});