previous method

void previous()

Implementation

void previous() {
  animateScroll(getCurrentPage() - 1);
  FocusScope.of(context).unfocus();
}