onMapLongClick property
This callback will called when the user long click on the map and response a LatLng object which contains all information about the location where user long click
Implementation
final Function(LatLng?, Point?)? onMapLongClick;