MapmyIndiageoAnalyticsAppearanceOption constructor

MapmyIndiageoAnalyticsAppearanceOption({
  1. String? fillColor,
  2. double? fillOpacity,
  3. String? labelColor,
  4. int? labelSize,
  5. int? pointSize,
  6. String? strokeColor,
  7. double? strokeWidth,
})

Implementation

MapmyIndiageoAnalyticsAppearanceOption(
    {this.fillColor,
    this.fillOpacity,
    this.labelColor,
    this.labelSize,
    this.pointSize,
    this.strokeColor,
    this.strokeWidth});