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