PendingPaymentWidget constructor

const PendingPaymentWidget({
  1. Key? key,
  2. required DigitalpayeResponsePayment responsePayment,
  3. required DigitalpayeConfigInterface config,
  4. required VoidCallback callBack,
})

Implementation

const PendingPaymentWidget({
  Key? key,
  required this.responsePayment,
  required this.config,
  required this.callBack,
}) : super(key: key);