philip-brink / DragAndDropLists

Flutter package for drag-and-drop reordering of two-level lists
BSD 3-Clause "New" or "Revised" License
253 stars 128 forks source link

how to hide header drag handle #21

Closed pheeraphat-jun closed 3 years ago

philip-brink commented 3 years ago

Are you not wanting to drag the list at all? If so, you can set canDrag: false when you create your DragAndDropList, and it will not show the drag handle for the header.

pheeraphat-jun commented 3 years ago

yes, I have one header, thank you for solution.