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