OnListDraggingChanged typedef

OnListDraggingChanged = void Function(DragAndDropListInterface? list, bool dragging)

Implementation

typedef void OnListDraggingChanged(
  DragAndDropListInterface? list,
  bool dragging,
);