animateToPage method

void animateToPage(
  1. int page
)

Implementation

void animateToPage(int page) {
  _state?.animateToPage(page);
}