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