CometChatMessageBubbleStyleData constructor

CometChatMessageBubbleStyleData({
  1. Color? backgroundColor,
  2. BoxBorder? border,
  3. BorderRadiusGeometry? borderRadius,
  4. CometChatDateStyle? messageBubbleDateStyle,
  5. CometChatAvatarStyle? messageBubbleAvatarStyle,
  6. DecorationImage? messageBubbleBackgroundImage,
  7. Color? threadedMessageIndicatorIconColor,
  8. TextStyle? threadedMessageIndicatorTextStyle,
  9. TextStyle? senderNameTextStyle,
  10. CometChatMessageReceiptStyle? messageReceiptStyle,
  11. Color? moderationBackgroundColor,
  12. TextStyle? moderationTextStyle,
  13. Color? moderationIconTint,
  14. Color? exceptionBackgroundColor,
  15. TextStyle? exceptionTextStyle,
  16. 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,
});