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