OnDragEndFunction typedef

OnDragEndFunction = void Function(ReorderableEntity reorderableEntity, Offset? globalOffset)

Called after the dragged child was released.

Implementation

typedef OnDragEndFunction = void Function(
  ReorderableEntity reorderableEntity,
  Offset? globalOffset,
);