previousPage method

void previousPage()

Moves the currently selected page to previous page.

Implementation

void previousPage() {
  _notifyDataPagerListeners('previous');
}