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