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