light constant

NextAlertColorUtils const light

Implementation

static const NextAlertColorUtils light = NextAlertColorUtils(
  color: NextColorVariants.light,
  backgroundColor: Color(0xfffefefe),
  borderColor: Color(0xfffdfdfe),
);