DragEnded<T> constructor

DragEnded<T>(
  1. T item,
  2. LatLng origin,
  3. LatLng finalPosition
)

Implementation

DragEnded(this.item, this.origin, this.finalPosition);