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