ATHMovilPaymentSecureButton constructor
ATHMovilPaymentSecureButton({
- Key? key,
- Style? style,
- Lang? lang,
- String? buildType,
- required ATHMovilPaymentResponseListener listener,
- required ATHMovilPayment athMovilPayment,
Implementation
ATHMovilPaymentSecureButton({
Key? key,
this.style,
this.lang,
this.buildType,
required this.listener,
required this.athMovilPayment,
}) : super(key: key);