next method

void next()

Implementation

void next() {
  animateScroll(getCurrentPage() + 1);
  FocusScope.of(context).unfocus();
}