IOSThemeConfigurations constructor

IOSThemeConfigurations({
  1. String? logoImage,
  2. String? primaryColor,
  3. String? primaryFontColor,
  4. String? secondaryColor,
  5. String? secondaryFontColor,
  6. String? strokeColor,
  7. String? buttonColor,
  8. String? buttonFontColor,
  9. String? titleFontColor,
  10. String? backgroundColor,
  11. String? placeholderColor,
  12. String? primaryFont,
  13. String? secondaryFont,
  14. int? strokeThinckness,
  15. int? inputsCornerRadius,
  16. String? buttonFont,
  17. String? titleFont,
})

Implementation

IOSThemeConfigurations({
  this.logoImage,
  this.primaryColor,
  this.primaryFontColor,
  this.secondaryColor,
  this.secondaryFontColor,
  this.strokeColor,
  this.buttonColor,
  this.buttonFontColor,
  this.titleFontColor,
  this.backgroundColor,
  this.placeholderColor,
  this.primaryFont,
  this.secondaryFont,
  this.strokeThinckness,
  this.inputsCornerRadius,
  this.buttonFont,
  this.titleFont,
});