HVUIColor constructor

HVUIColor({
  1. String? alertTextBoxBackgroundColor,
  2. String? alertTextBoxBorderColor,
  3. String? alertTextBoxTextColor,
  4. String? captureButtonColor,
  5. String? descriptionTextColor,
  6. String? documentSideHintTextColor,
  7. String? primaryButtonBackgroundColor,
  8. String? primaryButtonBorderColor,
  9. String? primaryButtonTextColor,
  10. String? retakeMessageColor,
  11. String? secondaryButtonBackgroundColor,
  12. String? secondaryButtonBorderColor,
  13. String? secondaryButtonTextColor,
  14. String? statusTextColor,
  15. String? titleTextColor,
})

Implementation

HVUIColor(
    {this.alertTextBoxBackgroundColor,
    this.alertTextBoxBorderColor,
    this.alertTextBoxTextColor,
    this.captureButtonColor,
    this.descriptionTextColor,
    this.documentSideHintTextColor,
    this.primaryButtonBackgroundColor,
    this.primaryButtonBorderColor,
    this.primaryButtonTextColor,
    this.retakeMessageColor,
    this.secondaryButtonBackgroundColor,
    this.secondaryButtonBorderColor,
    this.secondaryButtonTextColor,
    this.statusTextColor,
    this.titleTextColor});