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