I am building a Flutter widget that displays a ranked leaderboard of users, where one of those users is me. I want to implement the following functionality:
If I'm not currently visible in the list, my leaderboard tile should be fixed at the bottom of the screen.
When I scroll down to my rank, my tile should be inserted smoothly into the list.