Scroll to end action bounces the Listview content when it reaches the end

Troubleshooting

I have a chat component which displays chat messages in a listview. When I load the screen I want the user to view the last part of the conversation so I put an on initialization action to the component so that if the chat contains more than 1 item, it scrolls to the end of the list view (see screenshot).
The issue is that when the list view is populated, I have a hard, ugly, bounce of the scroll when it reaches the end (see the attached screen recording). 
The same behavior is happening on mobile. I don’t see any relevant logs in the developer’s console.

Any help or idea of what could be the issue is appreciated!

Screen Recording 2025-07-16 at 14.36.26.mov
4.68MB
What have you tried so far?

Configure the scroll to end action differently without success

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