DragCompletion<T> typedef

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

Implementation

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