I’m building a component in FlutterFlow that consists of a column with multiple input fields. Currently, the issue is that the content of the column is vertically centered within the parent widget. I would like the content to start at the top of the widget so that the screen can scroll properly to the end.
Here’s an image showing the current issue:
I want the content of the column to start at the top of the widget instead of being centered. Additionally, I need the scrolling to work properly when there are too many fields.
Does anyone know how to solve this?