LokotroPaymentMethodSelectionScreen constructor
const
LokotroPaymentMethodSelectionScreen({
- Key? key,
- required LokotroPaymentInfo paymentInfo,
- required dynamic onPaymentMethodSelected(
- LokotroPaymentMethod, {
- Map<
String, dynamic> ? userInfo,
- bool isLoading = false,
- LokotroPayThemeConfig? themeConfig,
Implementation
const LokotroPaymentMethodSelectionScreen({
super.key,
required this.paymentInfo,
required this.onPaymentMethodSelected,
this.isLoading = false,
this.themeConfig,
});