info constant

BsAlertColor const info

define alert color info

Implementation

static const BsAlertColor info = BsAlertColor(
  color: Color(0xff055160),
  backgroundColor: Color(0xffcff4fc),
  borderColor: Color(0xffb6effb),
);