previousSlide method

void previousSlide()

Implementation

void previousSlide() {
  goToSlide(currentSlide.peek() - 1);
}