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