PolygonPainter constructor
const
PolygonPainter({
- Listenable? repaint,
- required Color color,
Implementation
const PolygonPainter({
super.repaint,
required this.color,
});