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