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