nextPage method

void nextPage()

Moves the currently selected page to next page.

Implementation

void nextPage() {
  _notifyDataPagerListeners('next');
}