pauseAutoPlayOnManualNavigate property
If true
, the auto play function will be paused when user is calling
pageController's nextPage
or previousPage
or animateToPage
method.
And after the animation complete, the auto play will be resumed.
Default to true
.
Implementation
final bool pauseAutoPlayOnManualNavigate;