previousPage method
void
previousPage()
Moves the currently selected page to previous page.
Implementation
void previousPage() {
_notifyDataPagerListeners('previous');
}
Moves the currently selected page to previous page.
void previousPage() {
_notifyDataPagerListeners('previous');
}