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