У меня есть столбец, в котором есть следующие виджеты внутри столбца:
Column(
Image[has a fixed height]
TabBar[has a fixed height]
TabBarView[variable height, expand to take up remaining vertical space]
BottomNavigationBar[has a fixed height, and of course is 'pinned' to the bottom of the screen]
),
Мне нужно развернуть TabBarView, чтобы он занимал столько места, сколько доступно, что будет зависеть от размера экрана.