CarouselState constructor
CarouselState(
- CarouselOptions options,
- Function onResetTimer,
- Function onResumeTimer,
- dynamic changeMode(),
- int itemCount,
Implementation
CarouselState(
this.options,
this.onResetTimer,
this.onResumeTimer,
this.changeMode,
this.itemCount,
);