Scenario:
I have a scrollable column that is wrapping my TabBar. In each tab, it contains a ListView that dynamically creates content. I'm not sure why a container is automatically created as a parent of my TabBar when I create a tab bar in my scrollable column and it can't be removed.
Issues:
Compulsory to set a specific height to my container, else will have error message. Setting specific height leads to
overflowing issue when dynamic content get too long
excess scrolling space when dynamic content is too short.
Expanded option can't be selected for container as it will have error message as well.
Desired Outcome:
Able to vertically scroll the page based on the height of the dynamic content.
Any help would be much appreciated!