MapPolygon constructor
const
MapPolygon({})
Creates a MapPolygon.
Implementation
const MapPolygon({
required this.points,
this.color,
this.strokeColor,
this.strokeWidth,
this.onTap,
});
Creates a MapPolygon.
const MapPolygon({
required this.points,
this.color,
this.strokeColor,
this.strokeWidth,
this.onTap,
});