CardPaymentView constructor
const
CardPaymentView({
- Key? key,
- required PaymentInfo paymentInfo,
- required Function onSubmit,
Implementation
const CardPaymentView({
Key? key,
required this.paymentInfo,
required this.onSubmit,
}) : super(key: key);