CarouselSlide constructor
CarouselSlide({})
use this constructor if your image asset is provided from your assets directory
Implementation
CarouselSlide({
super.key,
required this.title,
required this.description,
required this.imageAsset,
this.textStyle,
}) {
assert(networkAsset == null && imageAsset != null);
}