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