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