onLongDragUpdate property

(void Function(LongPressMoveUpdateDetails details, LatLng latLng)?) onLongDragUpdate
final

This callback gets called when the DragMarker gets dragged with the useLongPress option enabled

Implementation

final void Function(LongPressMoveUpdateDetails details, LatLng latLng)?
    onLongDragUpdate;