danger constant

NextAlertColorUtils const danger

Implementation

static const NextAlertColorUtils danger = NextAlertColorUtils(
  color: NextColorVariants.danger,
  backgroundColor: Color(0xfff8d7da),
  borderColor: Color(0xfff5c2c7),
);