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