LokotroPaymentConfirmationScreen constructor

const LokotroPaymentConfirmationScreen({
  1. Key? key,
  2. required LokotroCommonService commonService,
  3. bool enableHapticFeedback = true,
  4. VoidCallback? onConfirm,
  5. VoidCallback? onCancel,
})

Implementation

const LokotroPaymentConfirmationScreen({
  super.key,
  required this.commonService,
  this.enableHapticFeedback = true,
  this.onConfirm,
  this.onCancel,
});