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