MapTooltipSettings constructor
      const
      MapTooltipSettings({})
     
    
Creates a MapTooltipSettings.
Implementation
const MapTooltipSettings({
  this.hideDelay = 3.0,
  this.color,
  this.strokeWidth,
  this.strokeColor,
});Creates a MapTooltipSettings.
const MapTooltipSettings({
  this.hideDelay = 3.0,
  this.color,
  this.strokeWidth,
  this.strokeColor,
});