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