MessageThemeData constructor

const MessageThemeData({
  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. AvatarThemeData? avatarTheme,
  11. TextStyle? createdAtStyle,
  12. Color? linkBackgroundColor,
})

Creates a MessageThemeData.

Implementation

const MessageThemeData({
  this.repliesStyle,
  this.messageTextStyle,
  this.messageAuthorStyle,
  this.messageLinksStyle,
  this.messageBackgroundColor,
  this.messageBorderColor,
  this.reactionsBackgroundColor,
  this.reactionsBorderColor,
  this.reactionsMaskColor,
  this.avatarTheme,
  this.createdAtStyle,
  this.linkBackgroundColor,
});