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