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