isDraggingMe method

bool isDraggingMe(
  1. SortableElement e
)

Implementation

bool isDraggingMe(SortableElement e) => draggingElement == e;