MapTooltipSettings constructor

const MapTooltipSettings({
  1. double hideDelay = 3.0,
  2. Color? color,
  3. double? strokeWidth,
  4. Color? strokeColor,
})

Creates a MapTooltipSettings.

Implementation

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