How to align a column content to the top of a widget?

Widgets & Design

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?

What have you tried so far?

Changed the MainAxisAlignment of the column to start, but it didn’t work.

Did you check FlutterFlow's Documentation for this topic?
No
1