CarouselStepViewed constructor

const CarouselStepViewed({
  1. required int itemIndex,
  2. int? itemTotal,
  3. String? itemId,
  4. bool? auto,
})

Implementation

const CarouselStepViewed({
  required this.itemIndex,
  this.itemTotal,
  this.itemId,
  this.auto,
});