CarouselState constructor

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

Implementation

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