BootpayWidgetPaymentPage constructor
const
BootpayWidgetPaymentPage({
- Key? key,
- required Payload payload,
- BootpayDefaultCallback? onCancel,
- BootpayDefaultCallback? onError,
- BootpayCloseCallback? onClose,
- BootpayDefaultCallback? onIssued,
- BootpayConfirmCallback? onConfirm,
- BootpayAsyncConfirmCallback? onConfirmAsync,
- BootpayDefaultCallback? onDone,
Implementation
const BootpayWidgetPaymentPage({
Key? key,
required this.payload,
this.onCancel,
this.onError,
this.onClose,
this.onIssued,
this.onConfirm,
this.onConfirmAsync,
this.onDone,
}) : super(key: key);