inActiveSlideWidget method

Widget inActiveSlideWidget({
  1. required double opacity,
})

Implementation

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