IOSThemeConfigurations constructor
IOSThemeConfigurations({
- String? logoImage,
- String? primaryColor,
- String? primaryFontColor,
- String? secondaryColor,
- String? secondaryFontColor,
- String? strokeColor,
- String? buttonColor,
- String? buttonFontColor,
- String? titleFontColor,
- String? backgroundColor,
- String? placeholderColor,
- String? primaryFont,
- String? secondaryFont,
- int? strokeThinckness,
- int? inputsCornerRadius,
- String? buttonFont,
- 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,
});