LokotroPaymentConfirmationScreen constructor
const
LokotroPaymentConfirmationScreen({
- Key? key,
- required LokotroCommonService commonService,
- bool enableHapticFeedback = true,
- VoidCallback? onConfirm,
- VoidCallback? onCancel,
Implementation
const LokotroPaymentConfirmationScreen({
super.key,
required this.commonService,
this.enableHapticFeedback = true,
this.onConfirm,
this.onCancel,
});