BsCardSubtitle constructor

const BsCardSubtitle(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. TextAlign? textAlign,
})

Creates a BsCardSubtitle.

Implementation

const BsCardSubtitle(this.text, {super.key, this.color, this.textAlign});