BsCardContainerStyle constructor

const BsCardContainerStyle({
  1. Color borderColor = const Color(0xffdee2e6),
})

Implementation

const BsCardContainerStyle({
  this.borderColor = const Color(0xffdee2e6)
});