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