activeSlideWidget method

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

Implementation

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