Drag Handles appearing for hidden listview items

Widgets & Design

Hey Team,

I have a reorderable listview which is generated from an App State list of Custom Data Type items.

The list items have conditional visibility depending on a boolean that is set within the Custom Data Type.

Everything is working as expected however Drag Handles appear for the hidden listview items as you can see in the image.

Hoping someone can help me figure out what's going wrong.

Cheers

Josh

What have you tried so far?

I've tried using a filtered list instead of hidden items however this doesn't work well with reorderable lists as it deletes all the items that are not included in the filter when updating the app state list following a list reorder.

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