CometChatCardThemeOverride class

Consumer-provided overrides for Default_Theme values.

Any non-null field takes precedence over the corresponding Default_Theme value. JSON-specified values still take precedence over both.

Constructors

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})
const

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited