CancelPaymentWidget constructor

const CancelPaymentWidget({
  1. Key? key,
  2. required DigitalpayeConfigInterface config,
})

Implementation

const CancelPaymentWidget({super.key, required this.config});