ATHMovilPaymentSecureButton constructor

ATHMovilPaymentSecureButton({
  1. Key? key,
  2. Style? style,
  3. Lang? lang,
  4. String? buildType,
  5. required ATHMovilPaymentResponseListener listener,
  6. required ATHMovilPayment athMovilPayment,
})

Implementation

ATHMovilPaymentSecureButton({
  Key? key,
  this.style,
  this.lang,
  this.buildType,
  required this.listener,
  required this.athMovilPayment,
}) : super(key: key);