How can I give priority to the other elements besides scrollable such that the scrollable takes only as much height as height is available to not push the other elements off the window?
Below the scrollable I’d like to put some text, which should stay put there.
Additionally I want to have some stuff fixed at the bottom.
In the following code, I have the problem that the scrollable doesn’t use all the available space when there is plenty. This happens as soon as I have a second Fill widget below it.
I could not figure out a way to avoid this. Additionally when the scrollable is shown without scrollbar, space arises between the scrollable and its text below it.
So my other option is to remove that second Fill.
Then however, the scrollable takes all the available space (obviously) and the text appears right above “Bottom” no matter how big the window is…