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