MoneyBillSlashPainter constructor

const MoneyBillSlashPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const MoneyBillSlashPainter({
  super.repaint,
  required this.color,
});