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