CometChatCardThemeOverride constructor

const CometChatCardThemeOverride({
  1. CometChatCardColorValue? textColor,
  2. CometChatCardColorValue? secondaryTextColor,
  3. CometChatCardColorValue? backgroundColor,
  4. CometChatCardColorValue? borderColor,
  5. CometChatCardColorValue? dividerColor,
  6. CometChatCardColorValue? buttonFilledBg,
  7. CometChatCardColorValue? buttonFilledText,
  8. CometChatCardColorValue? buttonDisabledBg,
  9. CometChatCardColorValue? buttonDisabledText,
  10. CometChatCardColorValue? progressBarColor,
  11. CometChatCardColorValue? progressTrackColor,
  12. CometChatCardColorValue? codeBlockBg,
  13. CometChatCardColorValue? codeBlockText,
  14. CometChatCardColorValue? linkColor,
  15. CometChatCardColorValue? shimmerBase,
  16. CometChatCardColorValue? shimmerHighlight,
  17. String? fontFamily,
})

Implementation

const CometChatCardThemeOverride({
  this.textColor,
  this.secondaryTextColor,
  this.backgroundColor,
  this.borderColor,
  this.dividerColor,
  this.buttonFilledBg,
  this.buttonFilledText,
  this.buttonDisabledBg,
  this.buttonDisabledText,
  this.progressBarColor,
  this.progressTrackColor,
  this.codeBlockBg,
  this.codeBlockText,
  this.linkColor,
  this.shimmerBase,
  this.shimmerHighlight,
  this.fontFamily,
});