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