How to center verticaly an empty list widget when the list is in a column?

Widgets & Design

Ok so I have a page with a button and a listview. So I've created a column, put my button and then my listview which is calling a query and is populated by this query content.

When I have a listview alone on a page, it is easy to center verticaly the empty widget: I just have to center it, and because the listview cover the whole page, it centers perfectly in the middle of the screen.

But when I have a page with more than the list view, the listview does not cover the whole page anymore. And now center only center horizontaly, and I can't find a way to center verticaly.

What have you tried so far?

I tried my best to change different properties, but it seems nothing has effect. For example modify the widget to force it to be centered in any direction. My dirty solution for now is to had padding to the widget so it doesn't fix itself at the top of the page under the button that it is placed above.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
7 replies