LokotroPaymentFormScreen constructor

const LokotroPaymentFormScreen({
  1. Key? key,
  2. required LokotroCommonService commonService,
  3. required LokotroPayRequestResponse paymentRequestResponse,
  4. required LokotroPaymentMethod selectedPaymentMethod,
  5. LokotroPayThemeConfig? themeConfig,
})

Implementation

const LokotroPaymentFormScreen({
  super.key,
  required this.commonService,
  required this.paymentRequestResponse,
  required this.selectedPaymentMethod,
  this.themeConfig,
});