CometChatCardThemeOverride constructor
const
CometChatCardThemeOverride({
- CometChatCardColorValue? textColor,
- CometChatCardColorValue? secondaryTextColor,
- CometChatCardColorValue? backgroundColor,
- CometChatCardColorValue? borderColor,
- CometChatCardColorValue? dividerColor,
- CometChatCardColorValue? buttonFilledBg,
- CometChatCardColorValue? buttonFilledText,
- CometChatCardColorValue? buttonDisabledBg,
- CometChatCardColorValue? buttonDisabledText,
- CometChatCardColorValue? progressBarColor,
- CometChatCardColorValue? progressTrackColor,
- CometChatCardColorValue? codeBlockBg,
- CometChatCardColorValue? codeBlockText,
- CometChatCardColorValue? linkColor,
- CometChatCardColorValue? shimmerBase,
- CometChatCardColorValue? shimmerHighlight,
- 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,
});