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