You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a state variable in the example _currentTab, you can change this variable to the tap number you want to be selected, but remember you have to put this into setState((){ _currentTab = TabItem.values[2] })
What if i want to visit a nested route within that other tab. Say for example a Route on tab 2? From Tab 1? Also, what should be done in the case where i dont need to preserve the state of my visited tab. Issue #21@haithambassam@bizz84
Lets say I have three tabs:
Tab 1, 2, 3.
And I am in tab 2. How can I switch over to Tab 3?
The text was updated successfully, but these errors were encountered: