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