primary constant

BsAlertColor const primary

define alert color primary

Implementation

static const BsAlertColor primary = BsAlertColor(
  color: Color(0xff084298),
  backgroundColor: Color(0xffcfe2ff),
  borderColor: Color(0xffb6d4fe),
);