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