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