PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
How to manually activate a tab when onPressed is used with showModalBottomSheet
- How to manually activate a tab when onPressed is used with showModalBottomSheet?
- Situation: Second tab calls showModalBottomSheet
- Problem / Current Behavior: I'm in the first tab. When 2nd tab is clicked, the first tab is still the one with active icon. I want 2nd tab to be activated since it's the one that I clicked.
@BilalShahid13
+1