Is there a way for the last item of a scrollable column to occupy the remaining screen height?
I've a sample note editor with an image on top which should scroll with the text. If I use a normal scrollable column, I'm not getting the base text field to occupy the entire screen height (below the top image).
If I set the weight of the text field to 1, scrolling doesn't work at all.