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