InlineCarouselConfig constructor
const
InlineCarouselConfig({})
Implementation
const InlineCarouselConfig({
required this.slotKey,
required this.items,
this.height = 180,
this.width,
this.autoPlay = true,
this.autoPlayInterval = 3000,
this.animationDuration = 700,
this.infiniteScroll = true,
this.viewportFraction = 0.88,
this.indicator = const CarouselIndicatorConfig(),
});