InquiryTheme constructor

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

Implementation

InquiryTheme({
  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.buttonFontFamily,
  this.buttonFontSize,
  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,
});