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