light constant

BsAlertColor const light

define alert color light

Implementation

static const BsAlertColor light = BsAlertColor(
  color: Color(0xff636464),
  backgroundColor: Color(0xfffefefe),
  borderColor: Color(0xfffdfdfe),
);