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