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