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