DragUpdated<T> constructor
DragUpdated<T> (
- T item,
- LatLng origin,
- LatLng current
Implementation
DragUpdated(this.item, this.origin, this.current);
DragUpdated(this.item, this.origin, this.current);