DragStarted<T> constructor

DragStarted<T>(
  1. T item,
  2. LatLng origin
)

Implementation

DragStarted(this.item, this.origin);