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