KeyholeCirclePainter constructor

const KeyholeCirclePainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const KeyholeCirclePainter({
  super.repaint,
  required this.color,
});