How to load horizontal list on specific index/focus

Widgets & Design

Lets say I have a horizontal listview that displays the days of the week, meaning I have exactly 7 boxes in this listview. The current day is indicated via a box with a gradient compared to more plain boxes:

The above screenshot is on desktop, so you can see the entire week no problem but when you switch to phone this is what it looks like:

Lets say the current day is Friday May 10, this is what it currently looks like when it loads:

The day is out of view
Ideally I would like it to load like this on page load:



I have looked for a solution online but have come to no success.

I am open to all suggestions!

What have you tried so far?

Read the ListView documentation,

Searched for solution online

Did you check FlutterFlow's Documentation for this topic?
Yes
2