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