AdCarouselConfig constructor
const
AdCarouselConfig({})
Implementation
const AdCarouselConfig({
this.autoPlay,
this.enableInfiniteScroll,
this.autoPlayInterval = const Duration(seconds: 5),
this.showIndicator = true,
this.indicatorHeight = 20,
this.indicatorBuilder,
});