ComplyCubeColorScheme constructor

ComplyCubeColorScheme({
  1. Color? headerTitle,
  2. Color? subheaderTitle,
  3. Color? textSecondary,
  4. Color? docTypeBgColor,
  5. Color? docTypeTextColor,
  6. Color? docTypeBorderColor,
  7. Color? textItemType,
  8. Color? blueBigType,
  9. Color? primaryButtonBgColor,
  10. Color? primaryButtonPressedBgColor,
  11. Color? primaryButtonBorderColor,
  12. Color? primaryButtonTextColor,
  13. Color? secondaryButtonBgColor,
  14. Color? secondaryButtonPressedBgColor,
  15. Color? secondaryButtonBorderColor,
  16. Color? secondaryButtonTextColor,
  17. Color? linkButtonTextColor,
  18. Color? popUpBgColor,
  19. Color? popUpTitleColor,
})

Implementation

ComplyCubeColorScheme(
    {this.headerTitle,
    this.subheaderTitle,
    this.textSecondary,
    this.docTypeBgColor,
    this.docTypeTextColor,
    this.docTypeBorderColor,
    this.textItemType,
    this.blueBigType,
    this.primaryButtonBgColor,
    this.primaryButtonPressedBgColor,
    this.primaryButtonBorderColor,
    this.primaryButtonTextColor,
    this.secondaryButtonBgColor,
    this.secondaryButtonPressedBgColor,
    this.secondaryButtonBorderColor,
    this.secondaryButtonTextColor,
    this.linkButtonTextColor,
    this.popUpBgColor,
    this.popUpTitleColor});