onTap property

(dynamic Function(LatLng?)?) onTap
final

Callback function to be called when tap on this map.

Implementation

final Function(LatLng?)? onTap;