ignorePointer property
Set this value to true to ignore pointer events on the markers. If you using a marker like a button and have a GestureDetector inside it, set this value to false to prevent the map from receiving the gesture.
Implementation
final bool? ignorePointer;