PolygonStyle constructor

const PolygonStyle({
  1. double lineWidth = 2,
  2. double joinRadius = 3,
  3. double fillOpacity = 0.2,
})

Implementation

const PolygonStyle({
  this.lineWidth = 2,
  this.joinRadius = 3,
  this.fillOpacity = 0.2,
});