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