CarouselViewed constructor

const CarouselViewed({
  1. int? itemTotal,
  2. String? slotKey,
  3. String? screenName,
})

Implementation

const CarouselViewed({this.itemTotal, this.slotKey, this.screenName});