onLongPressEnd property

(void Function(Offset localPosition)?) onLongPressEnd
final

Called when the user completes a long press gesture on the map view.

Use localPosition as with onTap.

Implementation

final void Function(Offset localPosition)? onLongPressEnd;