green constant

MaterialColor const green

Implementation

static const MaterialColor green = MaterialColor(
  0xFF28a745,
  <int, Color>{
    100: Color(0xFFf0fff4),
    200: Color(0xFFdcffe4),
    300: Color(0xFFbef5cb),
    400: Color(0xFF85e89d),
    500: Color(0xFF34d058),
    600: Color(0xFF28a745),
    700: Color(0xFF22863a),
    800: Color(0xFF176f2c),
    900: Color(0xFF165c26),
    1000: Color(0xFF144620),
  },
);