DragCompletion<T> typedef

DragCompletion<T> = void Function(List<T?>? data)

Implementation

typedef void DragCompletion<T>(List<T?>? data);