DragEndCallback typedef
- DraggableList, a widget list that allows the user to drag its items.
- SliverDraggableList, a sliver list that allows the user to drag its items.
- DraggableListView, a material design list that allows the user to drag its items.
Implementation
typedef DragEndCallback = void Function(int oldIndex, int newIndex, int newPos);