warning constant

NextAlertColorUtils const warning

Implementation

static const NextAlertColorUtils warning = NextAlertColorUtils(
  color: NextColorVariants.warning,
  backgroundColor: Color(0xfffff3cd),
  borderColor: Color(0xffffecb5),
);