IOSThemeConfigurations constructor

IOSThemeConfigurations({
  1. String? logoImage,
  2. String? primaryColor,
  3. String? primaryColorDark,
  4. String? primaryFontColor,
  5. String? primaryFontColorDark,
  6. String? secondaryColor,
  7. String? secondaryColorDark,
  8. String? secondaryFontColor,
  9. String? secondaryFontColorDark,
  10. String? strokeColor,
  11. String? strokeColorDark,
  12. String? buttonColor,
  13. String? buttonColorDark,
  14. String? buttonFontColor,
  15. String? buttonFontColorDark,
  16. String? titleFontColor,
  17. String? titleFontColorDark,
  18. String? backgroundColor,
  19. String? backgroundColorDark,
  20. String? placeholderColor,
  21. String? placeholderColorDark,
  22. String? primaryFont,
  23. String? secondaryFont,
  24. int? strokeThinckness,
  25. int? inputsCornerRadius,
  26. String? buttonFont,
  27. String? titleFont,
  28. String? inputFieldBackgroundColor,
  29. String? inputFieldBackgroundColorDark,
})

Implementation

IOSThemeConfigurations({
  this.logoImage,
  this.primaryColor,
  this.primaryColorDark,
  this.primaryFontColor,
  this.primaryFontColorDark,
  this.secondaryColor,
  this.secondaryColorDark,
  this.secondaryFontColor,
  this.secondaryFontColorDark,
  this.strokeColor,
  this.strokeColorDark,
  this.buttonColor,
  this.buttonColorDark,
  this.buttonFontColor,
  this.buttonFontColorDark,
  this.titleFontColor,
  this.titleFontColorDark,
  this.backgroundColor,
  this.backgroundColorDark,
  this.placeholderColor,
  this.placeholderColorDark,
  this.primaryFont,
  this.secondaryFont,
  this.strokeThinckness,
  this.inputsCornerRadius,
  this.buttonFont,
  this.titleFont,
  this.inputFieldBackgroundColor,
  this.inputFieldBackgroundColorDark,
});