0

I followed this solution to show what item is selected in a listview

Flutter - select only single item in list view

I have some text items before the list view. The issue I have is when there are many items in the view so that I have to scroll to see the other items the highlight bar keeps on showing, the text will disappear but the bar will keep scrolling. Is this a bug or is there a way to stop the highlight bar from showing?

The red arrow shows the end of the list view widget.

enter image description here

As I scroll up the text will vanish but the bar stays

enter image description here

enter image description here

Jaco Fourie
  • 112
  • 3
  • 11

1 Answers1

0

It is a known bug it seems. You have to wrap the listView in a Material Widget for now.

https://github.com/flutter/flutter/issues/86584

Jaco Fourie
  • 112
  • 3
  • 11