WebPlatformPayButton constructor
const
WebPlatformPayButton({
- Key? key,
- PlatformPayWebPaymentRequestCreateOptions paymentRequestCreateOptions = PlatformPayWebPaymentRequestCreateOptions.defaultOptions,
- BoxConstraints? constraints,
- PlatformButtonType? type,
- PlatformButtonStyle? style,
- required VoidCallback onPressed,
Implementation
const WebPlatformPayButton(
{super.key,
this.paymentRequestCreateOptions =
PlatformPayWebPaymentRequestCreateOptions.defaultOptions,
this.constraints,
this.type,
this.style,
required ui.VoidCallback this.onPressed});