Hey everyone! I am new to FlutterFlow and I am trying to create a social media profile page where the TabBar widget is in the middle of the page similar to this screenshot.

This screenshot is from this tutorial video: https://youtu.be/9OckvLxHlgA. The problem I have is that everything above the TabBar widget stays in place when you scroll within the TabBar (you can also see this happening in the tutorial video at around 17 mins). I want it to function similar to instagram/twitter where when you scroll in the section below the TabBar, it also scrolls the ProfileInfo container out of view.
If that doesn't make sense please reference this video (https://www.youtube.com/shorts/Od7-_UDrhyw) from FlutterFlows youtube where they make a profile page function how I want it to so that the whole page scrolls and not the TabBar independently.
Structures I have tried a few structures similar to this:
Scrollable Column (full screen)
ProfileInfo Container (top half)
TabBar (lower half)
If anyone has a structure that works and could send a link or just list out the structure I would really appreciate that - no need to make it pretty I just need a structure that is fully scrollable no matter how big the number of posts grows in the TabBar.