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