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