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