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