green constant

MaterialColor const green

绿色

Implementation

static const MaterialColor green = MaterialColor(0xff14C944, {
  1: Color(0xffE6FFE8),
  2: Color(0xffBBFCC4),
  3: Color(0xff8BF09C),
  4: Color(0xff5FE37A),
  5: Color(0xff38D65D),
  6: Color(0xff14C944),
  7: Color(0xff08A337),
  8: Color(0xff007D2A),
  9: Color(0xff005720),
  10: Color(0xff003013),
});