NoonPaymentStyle constructor

const NoonPaymentStyle({
  1. Uint8List? logoBytes,
  2. String? backgroundColor,
  3. String? paymentOptionHeadingText,
  4. String? paymentOptionHeadingForeground,
  5. String? iosPaymentOptionHeadingFont,
  6. double? iosPaymentOptionHeadingFontSize,
  7. String? paymentOptionText,
  8. String? paymentOptionForeground,
  9. String? paymentOptionBackground,
  10. String? iosPaymentOptionBorderColor,
  11. String? iosPaymentOptionFont,
  12. double? iosPaymentOptionFontSize,
  13. String? payableAreaBackground,
  14. String? payableAmountText,
  15. String? payableAmountForeground,
  16. String? iosPayableAmountFont,
  17. double? iosPayableAmountFontSize,
  18. String? footerText,
  19. String? footerForeground,
  20. String? iosFooterFont,
  21. double? iosFooterFontSize,
  22. String? addNewCardText,
  23. String? addNewCardForeground,
  24. String? iosAddNewCardFont,
  25. double? iosAddNewCardFontSize,
  26. String? payNowButtonBackground,
  27. String? payNowButtonForeground,
  28. String? payNowButtonText,
  29. String? iosPayNowButtonFont,
  30. double? iosPayNowButtonFontSize,
  31. double? iosPayNowButtonRadius,
  32. String? iosYesButtonForeground,
  33. String? iosYesButtonBackground,
  34. String? iosYesButtonFont,
  35. double? iosYesButtonFontSize,
  36. double? iosYesButtonRadius,
  37. String? iosYesButtonBorderColor,
  38. String? iosNoButtonForeground,
  39. String? iosNoButtonBackground,
  40. String? iosNoButtonFont,
  41. double? iosNoButtonFontSize,
  42. double? iosNoButtonRadius,
  43. 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,
});