IOSThemeConfigurations constructor
IOSThemeConfigurations({
- String? logoImage,
- String? primaryColor,
- String? primaryColorDark,
- String? primaryFontColor,
- String? primaryFontColorDark,
- String? secondaryColor,
- String? secondaryColorDark,
- String? secondaryFontColor,
- String? secondaryFontColorDark,
- String? strokeColor,
- String? strokeColorDark,
- String? buttonColor,
- String? buttonColorDark,
- String? buttonFontColor,
- String? buttonFontColorDark,
- String? titleFontColor,
- String? titleFontColorDark,
- String? backgroundColor,
- String? backgroundColorDark,
- String? placeholderColor,
- String? placeholderColorDark,
- String? primaryFont,
- String? secondaryFont,
- int? strokeThinckness,
- int? inputsCornerRadius,
- String? buttonFont,
- String? titleFont,
- String? inputFieldBackgroundColor,
- 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,
});