BsCarouselCaption constructor
const
BsCarouselCaption({
- Key? key,
- Widget? title,
- Widget? description,
- Color? color,
- AlignmentGeometry alignment = Alignment.bottomCenter,
Creates a BsCarouselCaption.
Implementation
const BsCarouselCaption({
super.key,
this.title,
this.description,
this.color,
this.alignment = Alignment.bottomCenter,
});