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