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