PaymentMethodSelectionScreen constructor

const PaymentMethodSelectionScreen({
  1. Key? key,
  2. required IPaymentInfo paymentInfo,
  3. required dynamic onPaymentMethodSelected(
    1. IPaymentMethod
    ),
})

Implementation

const PaymentMethodSelectionScreen(
    {super.key,
    required this.paymentInfo,
    required this.onPaymentMethodSelected});