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