previousPage method

void previousPage(
  1. PageViewControllerVariable variable
)

Implementation

void previousPage(PageViewControllerVariable variable) async {
  variable.pageController?.previousPage(
    duration: const Duration(milliseconds: 200),
    curve: Curves.easeInOut,
  );
}