goToPage method

void goToPage(
  1. int index
)

Go to a page :)

Implementation

void goToPage(int index) => _onBottomItemTapped(index);