Make TabBarView take up all remaining space
问题 New to Flutter and can't figure out how to put size constraints on my UI so nothing overflows. Trying to make a little bit different UI with tabs, where I have some components above the tab bar. Basically I want something like this: -------------------- | Container | -------------------- | TabBar | -------------------- | | | | | TabBarView | | | | | -------------------- | Container | -------------------- The problem is, I have no idea how to make the TabBarView take up the remaining space. My