BsCarouselItem constructor
const
BsCarouselItem({
- Key? key,
- required Widget child,
- Duration? interval,
- BsCarouselCaption? caption,
Creates a BsCarouselItem.
Implementation
const BsCarouselItem({
super.key,
required this.child,
this.interval,
this.caption,
});