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