I am trying to achieve a NestedScrollView with a pinned and unpinned header on top, multiple tabs, in which each tab can be scrolled to load more items or pulled to refresh the contents of the lists.
Actual result: When using the NestedScrollView widget, TabBar lists scroll each other down and up, causing the header to have a "floating" effect even though it was marked as non-floating. Also, since it breaks the NestedScrolLView, I cannot use ScrollController with the TabBar lists, therefore cannot implement load-more functionality.