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