vertical_scrollable_tabview
vertical_scrollable_tabview copied to clipboard
A Flutter plugin which synchronize a ScrollView and a custom tab view.
I init tabController = TabController(3, vsync: this), when I update tabController = TabController(2, vsync: this), i select a tab it's not scroll, I have changed to TickerProviderStateMixin
When I use this package in a `DraggableScrollableSheet` even when the list is scrolled to the top position and when I try to dismiss the sheet, only the inner Slivers...
Widget keeps being destroyed on scroll, Can you expose the keep-alive property
 Need to update the header color when the respective tab is selected or when it reaches the top position. Is it possible?