scrollToNextPage method

void scrollToNextPage()

Implementation

void scrollToNextPage() {
  scrollDown(offset: _height);
}