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