OnItemDraggingChanged typedef

OnItemDraggingChanged = void Function(DragAndDropItem item, bool dragging)

Implementation

typedef void OnItemDraggingChanged(
  DragAndDropItem item,
  bool dragging,
);