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