onBack method
void
onBack()
Implementation
void onBack() {
pageController.animateToPage(
pageController.page!.toInt() - 1,
duration: const Duration(milliseconds: 300),
curve: Curves.easeIn,
);
}
void onBack() {
pageController.animateToPage(
pageController.page!.toInt() - 1,
duration: const Duration(milliseconds: 300),
curve: Curves.easeIn,
);
}