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