success constant

NextAlertColorUtils const success

Implementation

static const NextAlertColorUtils success = NextAlertColorUtils(
  color: NextColorVariants.success,
  backgroundColor: Color(0xffd1e7dd),
  borderColor: Color(0xffbadbcc),
);