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