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