How to switch to a parent tab on sub-tab swipe in Flutter?
I’m building a Flutter app with nested TabBarView widgets. The parent tab has two main tabs (“Tab 1” and “Tab 2”). Inside “Tab 2”, there are sub-tabs (“Sub Tab 1”, “Sub Tab 2”, etc.) implemented using a second TabBarView.