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
Properties
- backgroundColor → CometChatCardColorValue?
-
final
- borderColor → CometChatCardColorValue?
-
final
-
final
-
final
-
final
-
final
- codeBlockBg → CometChatCardColorValue?
-
final
- codeBlockText → CometChatCardColorValue?
-
final
- dividerColor → CometChatCardColorValue?
-
final
- fontFamily → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkColor → CometChatCardColorValue?
-
final
- progressBarColor → CometChatCardColorValue?
-
final
- progressTrackColor → CometChatCardColorValue?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryTextColor → CometChatCardColorValue?
-
final
- shimmerBase → CometChatCardColorValue?
-
final
- shimmerHighlight → CometChatCardColorValue?
-
final
- textColor → CometChatCardColorValue?
-
final
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