DragUpdateCallable typedef

DragUpdateCallable = Callable1<void, DragUpdateDetails>

typedef DragUpdateCallback = void Function(DragUpdateDetails details);

Implementation

typedef DragUpdateCallable = Callable1<void, DragUpdateDetails>;