MapPolygonModel constructor

MapPolygonModel({
  1. List<Source>? source,
  2. String? strokeColor,
  3. String? fillColor,
  4. String? strokeWidth,
})

Implementation

MapPolygonModel(
    {this.source, this.strokeColor, this.fillColor, this.strokeWidth});