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