NoonPaymentStyle constructor
const
NoonPaymentStyle({
- Uint8List? logoBytes,
- String? backgroundColor,
- String? paymentOptionHeadingText,
- String? paymentOptionHeadingForeground,
- String? iosPaymentOptionHeadingFont,
- double? iosPaymentOptionHeadingFontSize,
- String? paymentOptionText,
- String? paymentOptionForeground,
- String? paymentOptionBackground,
- String? iosPaymentOptionBorderColor,
- String? iosPaymentOptionFont,
- double? iosPaymentOptionFontSize,
- String? payableAreaBackground,
- String? payableAmountText,
- String? payableAmountForeground,
- String? iosPayableAmountFont,
- double? iosPayableAmountFontSize,
- String? addNewCardText,
- String? addNewCardForeground,
- String? iosAddNewCardFont,
- double? iosAddNewCardFontSize,
- String? payNowButtonBackground,
- String? payNowButtonForeground,
- String? payNowButtonText,
- String? iosPayNowButtonFont,
- double? iosPayNowButtonFontSize,
- double? iosPayNowButtonRadius,
- String? iosYesButtonForeground,
- String? iosYesButtonBackground,
- String? iosYesButtonFont,
- double? iosYesButtonFontSize,
- double? iosYesButtonRadius,
- String? iosYesButtonBorderColor,
- String? iosNoButtonForeground,
- String? iosNoButtonBackground,
- String? iosNoButtonFont,
- double? iosNoButtonFontSize,
- double? iosNoButtonRadius,
- String? iosNoButtonBorderColor,
Implementation
const NoonPaymentStyle({
this.logoBytes,
this.backgroundColor,
this.paymentOptionHeadingText,
this.paymentOptionHeadingForeground,
this.iosPaymentOptionHeadingFont,
this.iosPaymentOptionHeadingFontSize,
this.paymentOptionText,
this.paymentOptionForeground,
this.paymentOptionBackground,
this.iosPaymentOptionBorderColor,
this.iosPaymentOptionFont,
this.iosPaymentOptionFontSize,
this.payableAreaBackground,
this.payableAmountText,
this.payableAmountForeground,
this.iosPayableAmountFont,
this.iosPayableAmountFontSize,
this.footerText,
this.footerForeground,
this.iosFooterFont,
this.iosFooterFontSize,
this.addNewCardText,
this.addNewCardForeground,
this.iosAddNewCardFont,
this.iosAddNewCardFontSize,
this.payNowButtonBackground,
this.payNowButtonForeground,
this.payNowButtonText,
this.iosPayNowButtonFont,
this.iosPayNowButtonFontSize,
this.iosPayNowButtonRadius,
this.iosYesButtonForeground,
this.iosYesButtonBackground,
this.iosYesButtonFont,
this.iosYesButtonFontSize,
this.iosYesButtonRadius,
this.iosYesButtonBorderColor,
this.iosNoButtonForeground,
this.iosNoButtonBackground,
this.iosNoButtonFont,
this.iosNoButtonFontSize,
this.iosNoButtonRadius,
this.iosNoButtonBorderColor,
});