NativePayButtons constructor
const
NativePayButtons({
- Key? key,
- required PaymentRequest paymentRequest,
- void onApplePayResult()?,
- void onGooglePayResult()?,
- EdgeInsets margin = const EdgeInsets.only(bottom: 12),
Implementation
const NativePayButtons({
super.key,
required this.paymentRequest,
this.onApplePayResult,
this.onGooglePayResult,
this.margin = const EdgeInsets.only(bottom: 12),
});