secondary constant

BsAlertColor const secondary

define alert color secondary

Implementation

static const BsAlertColor secondary = BsAlertColor(
  color: Color(0xff41464b),
  backgroundColor: Color(0xffe2e3e5),
  borderColor: Color(0xffd3d6d8),
);