List tiles and the custom tab bar taking the same width
The problem I am facing is the list of Income or Expense takes the same widget size as the Tab Bar
Image
`
inserting a TabBarView/TabBar between Content in a Scrollable Column
I’m trying to add a tabBar with TabBarView in the middle of a page, the Content of the Tabs has Dynamic height (some Tabs are longer than others), I tried modifiyng that approach but it ended up making the start and end content fixed at the top and bottom of the page, so I used an External Package AutoScaleTabBarView and It basically did what I wanted but there was a bug