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