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