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