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