CarouselSlide.network constructor
CarouselSlide.network({})
use this constructor if your image asset is fetched over a network
Implementation
CarouselSlide.network({
super.key,
required this.title,
required this.description,
required this.networkAsset,
this.textStyle,
}) {
assert(imageAsset == null && networkAsset != null);
}