nextPage method

void nextPage(
  1. PageViewControllerVariable variable
)

Implementation

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