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