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