Maybe this can already be done, but I haven't figured out how to do it. I'd like to have a button underneath the slide show that's labeled "Pause" or "Resume" based on whether the slide show is in a currently paused state or not, and have the onPressed() handler call a "pause" or "resume" function. You can't just set the autoPlayInterval to 0 -- the ImageSlideshow class has that set as final.
If you consider adding this feature, it might be nice to also accept a tap on the slide slow to pause or resume.
Maybe this can already be done, but I haven't figured out how to do it. I'd like to have a button underneath the slide show that's labeled "Pause" or "Resume" based on whether the slide show is in a currently paused state or not, and have the onPressed() handler call a "pause" or "resume" function. You can't just set the autoPlayInterval to 0 -- the ImageSlideshow class has that set as final.
If you consider adding this feature, it might be nice to also accept a tap on the slide slow to pause or resume.