StethoscopePainter constructor

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

Implementation

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