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