jumpToPage method
Jumps directly to the specified page index without animation.
Implementation
void jumpToPage(int page) => _state?._jumpToPage(page);
Jumps directly to the specified page index without animation.
void jumpToPage(int page) => _state?._jumpToPage(page);