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