fillLightGreen property

BoxDecoration get fillLightGreen

Implementation

static BoxDecoration get fillLightGreen => BoxDecoration(
      color: BadColorConstant.lightGreen,
    );