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