primary constant

NextAlertColorUtils const primary

Implementation

static const NextAlertColorUtils primary = NextAlertColorUtils(
  color: NextColorVariants.primary,
  backgroundColor: Color(0xffcfe2ff),
  borderColor: Color(0xffb6d4fe),
);