danger constant

BsAlertColor const danger

define alert color danger

Implementation

static const BsAlertColor danger = BsAlertColor(
  color: Color(0xff842029),
  backgroundColor: Color(0xfff8d7da),
  borderColor: Color(0xfff5c2c7),
);