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