startAutoPlay method
Starts the controlled CarouselSlider autoplay.
The carousel will only autoPlay if the autoPlay
parameter
in CarouselOptions is true.
Implementation
@override
void startAutoPlay() {
_state!.onResumeTimer();
}
Starts the controlled CarouselSlider autoplay.
The carousel will only autoPlay if the autoPlay
parameter
in CarouselOptions is true.
@override
void startAutoPlay() {
_state!.onResumeTimer();
}