So I have one parent statefulwidget that contains a TabBarView. The child to this tabbarview are two different child statefulwidgets.
What I want to achieve is that if I press a button in one of those child statefulwidgets, it should animate the tabcontroller and also set state in the parent statefulwidget.
How to do that? Thanks