inActiveSlideWidget method
Implementation
Widget inActiveSlideWidget({required double opacity}) {
return (imageGalleryStyle?.inActiveSlideIcon ?? "").isNotEmpty
? inActiveCustomWidgetSlideWidget(opacity: opacity)
: inActiveDefaultSlideWidget(opacity: opacity);
}