When I create a ReordableListView with flutter there are some Icons (in the right) that appear by default :
I would like to remove them because I want to put other Icons at this place and when I do this it renders this (which is obviously not what I want) :
Thanks for helping !
Found the answer, I just needed to add this line in my ReordableListView
widget:
buildDefaultDragHandles: false,