carouselController property

CarouselSliderController carouselController
final

The controller that can be used to control the carousel This can be used to change the current page or to start the autoplay. Defaults to a new instance of CarouselSliderController. If you want to control the carousel manually, you can pass your own instance of CarouselSliderController to this constructor

Implementation

final CarouselSliderController carouselController;