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