scrollToPreviousPage method

void scrollToPreviousPage()

Implementation

void scrollToPreviousPage() {
  scrollUp(offset: _height);
}