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