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