goToPreviousPage method

void goToPreviousPage()

Implementation

void goToPreviousPage() {
  controller.previousPage(duration: _duration, curve: _curve);
}