ImageSliderWidget constructor
const
ImageSliderWidget({})
Implementation
const ImageSliderWidget({
super.key,
required this.imageUrls,
required this.imageBorderRadius,
required this.imageHeight,
required this.imageWidth,
required this.from,
this.baseUrl,
required this.isFeatured,
required this.bgColor,
required this.bulletColor,
});