StreamMessageThemeData constructor

const StreamMessageThemeData({
  1. TextStyle? repliesStyle,
  2. TextStyle? messageTextStyle,
  3. TextStyle? messageAuthorStyle,
  4. TextStyle? messageLinksStyle,
  5. Color? messageBackgroundColor,
  6. Color? messageBorderColor,
  7. Color? reactionsBackgroundColor,
  8. Color? reactionsBorderColor,
  9. Color? reactionsMaskColor,
  10. StreamAvatarThemeData? avatarTheme,
  11. TextStyle? createdAtStyle,
  12. Color? urlAttachmentBackgroundColor,
  13. TextStyle? urlAttachmentHostStyle,
  14. TextStyle? urlAttachmentTitleStyle,
  15. TextStyle? urlAttachmentTextStyle,
  16. int? urlAttachmentTitleMaxLine,
  17. int? urlAttachmentTextMaxLine,
})

Implementation

const StreamMessageThemeData({
  this.repliesStyle,
  this.messageTextStyle,
  this.messageAuthorStyle,
  this.messageLinksStyle,
  this.messageBackgroundColor,
  this.messageBorderColor,
  this.reactionsBackgroundColor,
  this.reactionsBorderColor,
  this.reactionsMaskColor,
  this.avatarTheme,
  this.createdAtStyle,
  this.urlAttachmentBackgroundColor,
  this.urlAttachmentHostStyle,
  this.urlAttachmentTitleStyle,
  this.urlAttachmentTextStyle,
  this.urlAttachmentTitleMaxLine,
  this.urlAttachmentTextMaxLine,
});