LokotroPayCheckout constructor
const
LokotroPayCheckout({
- Key? key,
- String? title,
- TextStyle? titleStyle,
- Color? titleBackgroundColor,
- required LokotroPayConfigs configs,
- required ValueChanged<
LokotroPayOnResponse> onResponse, - required ValueChanged<
LokotroPayOnError> onError, - required LokotroPaymentBody paymentBody,
- bool enableHapticFeedback = true,
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- LokotroPayThemeConfig? themeConfig,
- LokotroPayLanguage? language,
Implementation
const LokotroPayCheckout({
super.key,
this.title,
this.titleStyle,
this.titleBackgroundColor,
required this.configs,
required this.onResponse,
required this.onError,
required this.paymentBody,
this.enableHapticFeedback = true,
this.backgroundColor,
this.padding,
this.themeConfig,
this.language,
});