LokotroPaymentMethodSelectionScreen constructor

const LokotroPaymentMethodSelectionScreen({
  1. Key? key,
  2. required LokotroPaymentInfo paymentInfo,
  3. required dynamic onPaymentMethodSelected(
    1. LokotroPaymentMethod, {
    2. Map<String, dynamic>? userInfo,
    }),
  4. bool isLoading = false,
  5. LokotroPayThemeConfig? themeConfig,
})

Implementation

const LokotroPaymentMethodSelectionScreen({
  super.key,
  required this.paymentInfo,
  required this.onPaymentMethodSelected,
  this.isLoading = false,
  this.themeConfig,
});