MoneyWithdrawPainter constructor

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

Implementation

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