CometChatMessagePreviewStyle constructor

const CometChatMessagePreviewStyle({
  1. Color? messagePreviewBackground,
  2. BoxBorder? messagePreviewBorder,
  3. TextStyle? messagePreviewTitleStyle,
  4. TextStyle? messagePreviewSubtitleStyle,
  5. Color? closeIconColor,
})

Implementation

const CometChatMessagePreviewStyle(
    {this.messagePreviewBackground,
    this.messagePreviewBorder,
    this.messagePreviewTitleStyle,
    this.messagePreviewSubtitleStyle,
    this.closeIconColor});