DragCompletion typedef

DragCompletion = void Function(List<DraggableGridItem> list, int beforeIndex, int afterIndex)

Implementation

typedef DragCompletion = void Function(List<DraggableGridItem> list, int beforeIndex, int afterIndex);