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