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