pauseAutoPlayInFiniteScroll property
If enableInfiniteScroll
is false
, and autoPlay
is true
, this option
decide the carousel should go to the first item when it reach the last item or not.
If set to true
, the auto play will be paused when it reach the last item.
If set to false
, the auto play function will animate to the first item when it was
in the last item.
Implementation
final bool pauseAutoPlayInFiniteScroll;