activeSlideWidget method
Implementation
Widget activeSlideWidget({required double opacity}) {
return (imageGalleryStyle?.activeSlideIcon ?? "").isNotEmpty
? activeCustomWidgetSlideWidget(opacity: opacity)
: activeDefaultSlideWidget(opacity: opacity);
}