Tabbar scrolling without affecting the primary scroll

Widgets & Design

I have a page with a scrollable column as the main component of the page. In this column I have a few containers and half way down the page(after the containers) I have my tabbar which has a number of tabs each with their own length of information. If I scroll down into the tabbar and reach the end of the tabbar content everything seems good. When I try to scroll back up to the top of the page I actually end up scrolling within the tabbar content and when i reach the top of that content it doesnt trigger the primary scroll to bring me to the top of the page. Instead i keep triggering the end scroll of tabbar content. I would like the content in the tabbar to not be scrollable but to consistently be using the primary scroll of the column. Right now the column of the content in the tabbar has to be scrollable otherwise the container height will hide information from other tabs.

What have you tried so far?

It seems in my column that is scrollable, I require the tabbar to be in a container with a set height. If i remove the height I get a potential crash message. If I attempt to put the tabbar directly in the scrollable column I get a potential crash message.

Did you check FlutterFlow's Documentation for this topic?
Yes
2