CarouselState constructor

CarouselState(
  1. CarouselOptions options,
  2. Function onResetTimer,
  3. Function onResumeTimer,
  4. dynamic changeMode(
    1. CarouselPageChangedReason
    ),
  5. int itemCount,
)

Implementation

CarouselState(
  this.options,
  this.onResetTimer,
  this.onResumeTimer,
  this.changeMode,
  this.itemCount,
);