Hello! I am trying to figure out how to have a text field stuck at the bottom of the screen while I have a list view in the middle that scrolls with comments. I have been trying and all I get in test mode are overflowing warnings. I have a column with another column in it. The second column is set to scrollable and the first one is set to space between and non scrollable. I cant seem to get the second column that is scrollable to scroll.
I am trying to make a social app where users can make posts and comment on posts. I want the text field to write the comments to always be there at the bottom of the screen and to have the comments be scrollable above the text field but below the post.
I have my widget tree set below. The first column is non scrollable and is set to space between so it pushes the container with the text field to the bottom. It did that fine. The second column has the photo and some texts in it. The second column is set to scrollable and is just normal with main axis set at start. But when I go to test mode all I keep getting are overflowing warnings and no scrollable actions. Im not sure what I am doing wrong. I attached a photo of test mode too below.
Here are the settings for the first column
Here are the settings for the second column
Here is the test view