BsAlertColor constructor

const BsAlertColor({
  1. required Color color,
  2. required Color backgroundColor,
  3. required Color borderColor,
})

Construct BsAlertColor

Implementation

const BsAlertColor({
  required this.color,
  required this.backgroundColor,
  required this.borderColor,
});