PaymentMethodCard constructor
const
PaymentMethodCard({})
Implementation
const PaymentMethodCard({
required this.selected,
required this.label,
required this.activeImage,
required this.inactiveImage,
required this.onTap,
super.key,
});