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