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