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