ImageGalleryStyle constructor

ImageGalleryStyle({
  1. Color? activeSlideColor,
  2. Color? inActiveSlideColor,
  3. double? slideWidth,
  4. double? slideHeight,
  5. String? activeSlideIcon,
  6. String? inActiveSlideIcon,
  7. double? radius,
})

Implementation

ImageGalleryStyle({
  this.activeSlideColor,
  this.inActiveSlideColor,
  this.slideWidth,
  this.slideHeight,
  this.activeSlideIcon,
  this.inActiveSlideIcon,
  this.radius,
});