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