CarouselSlide.custom constructor
CarouselSlide.custom({})
use this constructor if you want to provide a custom content for your carousel
Implementation
CarouselSlide.custom({
super.key,
required this.body,
required this.imageAsset,
this.textStyle,
});