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