CometChatMessageBubbleStyleData constructor
CometChatMessageBubbleStyleData({
- Color? backgroundColor,
- BoxBorder? border,
- BorderRadiusGeometry? borderRadius,
- CometChatDateStyle? messageBubbleDateStyle,
- CometChatAvatarStyle? messageBubbleAvatarStyle,
- DecorationImage? messageBubbleBackgroundImage,
- Color? threadedMessageIndicatorIconColor,
- TextStyle? threadedMessageIndicatorTextStyle,
- TextStyle? senderNameTextStyle,
- CometChatMessageReceiptStyle? messageReceiptStyle,
- Color? moderationBackgroundColor,
- TextStyle? moderationTextStyle,
- Color? moderationIconTint,
- Color? exceptionBackgroundColor,
- TextStyle? exceptionTextStyle,
- Color? exceptionIconTint,
Implementation
CometChatMessageBubbleStyleData({
this.backgroundColor,
this.border,
this.borderRadius,
this.messageBubbleDateStyle,
this.messageBubbleAvatarStyle,
this.messageBubbleBackgroundImage,
this.threadedMessageIndicatorIconColor,
this.threadedMessageIndicatorTextStyle,
this.senderNameTextStyle,
this.messageReceiptStyle,
this.moderationBackgroundColor,
this.moderationTextStyle,
this.moderationIconTint,
this.exceptionBackgroundColor,
this.exceptionTextStyle,
this.exceptionIconTint,
});