LokotroPaymentFormScreen constructor
const
LokotroPaymentFormScreen({
- Key? key,
- required LokotroCommonService commonService,
- required LokotroPayRequestResponse paymentRequestResponse,
- required LokotroPaymentMethod selectedPaymentMethod,
- LokotroPayThemeConfig? themeConfig,
Implementation
const LokotroPaymentFormScreen({
super.key,
required this.commonService,
required this.paymentRequestResponse,
required this.selectedPaymentMethod,
this.themeConfig,
});