How to highlight top item of ListView in flutter
问题 I'm trying to make a Listview whose top element should have a different UI then the rest. And the Listview is scrollable so the item which is visible and at the top of the list should be highlighted with different UI. Refer to this image. I want when I scroll through the list the top item at that instant should have a different UI ( the highlighted orange color). How can I do this in flutter? 回答1: This is still an open Github issue about this. However, there are some packages here that can