PolygonItem constructor
const
PolygonItem({})
Implementation
const PolygonItem({
required this.vertices,
this.fillColor,
this.strokeColor = const Color(0xFF374151),
this.strokeWidth = 2.0,
});
const PolygonItem({
required this.vertices,
this.fillColor,
this.strokeColor = const Color(0xFF374151),
this.strokeWidth = 2.0,
});