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