InquiryTheme constructor

InquiryTheme({
  1. required InquiryThemeSource source,
  2. Color? buttonShadowColor,
  3. double? buttonShadowRadius,
  4. double? buttonShadowAlpha,
  5. double? buttonShadowWidth,
  6. double? buttonShadowHeight,
  7. double? cancelButtonShadowRadius,
  8. Color? errorColor,
  9. Color? overlayBackgroundColor,
  10. Color? textFieldBackgroundColor,
  11. Color? buttonDisabledTextColor,
  12. Color? checkboxBackgroundColor,
  13. Color? checkboxForegroundColor,
  14. Color? cancelButtonTextColor,
  15. Color? cancelButtonAlternateBackgroundColor,
  16. Color? cancelButtonAlternateTextColor,
  17. Color? cancelButtonShadowColor,
  18. Color? separatorColor,
  19. Color? backgroundColor,
  20. Color? textFieldBorderColor,
  21. Color? buttonBackgroundColor,
  22. Color? buttonTouchedBackgroundColor,
  23. Color? buttonDisabledBackgroundColor,
  24. Color? closeButtonTintColor,
  25. Color? cancelButtonBackgroundColor,
  26. Color? selectedCellBackgroundColor,
  27. Color? accentColor,
  28. Color? darkPrimaryColor,
  29. Color? primaryColor,
  30. Color? titleTextColor,
  31. Color? bodyTextColor,
  32. Color? formLabelTextColor,
  33. Color? buttonTextColor,
  34. Color? pickerTextColor,
  35. Color? textFieldTextColor,
  36. Color? footnoteTextColor,
  37. double? buttonCornerRadius,
  38. double? textFieldCornerRadius,
  39. String? titleTextFontFamily,
  40. double? titleTextFontSize,
  41. String? bodyTextFontFamily,
  42. double? bodyTextFontSize,
  43. bool? showGovernmentIdIcons,
  44. String? errorTextFontFamily,
  45. double? errorTextFontSize,
  46. Color? navigationBarTextColor,
  47. String? navigationBarTextFontFamily,
  48. double? navigationBarTextFontSize,
  49. String? textFieldFontFamily,
  50. double? textFieldFontSize,
  51. String? textFieldPlaceholderFontFamily,
  52. double? textFieldPlaceholderFontSize,
  53. String? pickerTextFontFamily,
  54. double? pickerTextFontSize,
  55. Color? cameraInstructionsTextColor,
  56. Color? cameraButtonAlternateBackgroundColor,
  57. Color? cameraButtonAlternateTextColor,
  58. Color? cameraButtonBackgroundColor,
  59. Color? cameraButtonTextColor,
  60. Color? cameraGuideCornersColor,
  61. Color? cameraGuideHintTextColor,
  62. Color? cameraHintTextColor,
  63. String? footnoteTextFontFamily,
  64. double? footnoteTextFontSize,
  65. String? formLabelTextFontFamily,
  66. double? formLabelTextFontSize,
  67. Color? footerBackgroundColor,
  68. Color? footerBorderColor,
  69. double? footerBorderWidth,
})

Implementation

InquiryTheme({
  required this.source,
  this.buttonShadowColor,
  this.buttonShadowRadius,
  this.buttonShadowAlpha,
  this.buttonShadowWidth,
  this.buttonShadowHeight,
  this.cancelButtonShadowRadius,
  this.errorColor,
  this.overlayBackgroundColor,
  this.textFieldBackgroundColor,
  this.buttonDisabledTextColor,
  this.checkboxBackgroundColor,
  this.checkboxForegroundColor,
  this.cancelButtonTextColor,
  this.cancelButtonAlternateBackgroundColor,
  this.cancelButtonAlternateTextColor,
  this.cancelButtonShadowColor,
  this.separatorColor,
  this.backgroundColor,
  this.textFieldBorderColor,
  this.buttonBackgroundColor,
  this.buttonTouchedBackgroundColor,
  this.buttonDisabledBackgroundColor,
  this.closeButtonTintColor,
  this.cancelButtonBackgroundColor,
  this.selectedCellBackgroundColor,
  this.accentColor,
  this.darkPrimaryColor,
  this.primaryColor,
  this.titleTextColor,
  this.bodyTextColor,
  this.formLabelTextColor,
  this.buttonTextColor,
  this.pickerTextColor,
  this.textFieldTextColor,
  this.footnoteTextColor,
  this.buttonCornerRadius,
  this.textFieldCornerRadius,
  this.titleTextFontFamily,
  this.titleTextFontSize,
  this.bodyTextFontFamily,
  this.bodyTextFontSize,
  this.showGovernmentIdIcons,
  this.errorTextFontFamily,
  this.errorTextFontSize,
  this.navigationBarTextColor,
  this.navigationBarTextFontFamily,
  this.navigationBarTextFontSize,
  this.textFieldFontFamily,
  this.textFieldFontSize,
  this.textFieldPlaceholderFontFamily,
  this.textFieldPlaceholderFontSize,
  this.pickerTextFontFamily,
  this.pickerTextFontSize,
  this.cameraInstructionsTextColor,
  this.cameraButtonAlternateBackgroundColor,
  this.cameraButtonAlternateTextColor,
  this.cameraButtonBackgroundColor,
  this.cameraButtonTextColor,
  this.cameraGuideCornersColor,
  this.cameraGuideHintTextColor,
  this.cameraHintTextColor,
  this.footnoteTextFontFamily,
  this.footnoteTextFontSize,
  this.formLabelTextFontFamily,
  this.formLabelTextFontSize,
  this.footerBackgroundColor,
  this.footerBorderColor,
  this.footerBorderWidth,
});