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