LinkPreviewConfiguration constructor

LinkPreviewConfiguration({
  1. Widget? defaultImage,
  2. CometChatTheme? theme,
  3. LinkPreviewBubbleStyle? style,
})

Implementation

LinkPreviewConfiguration({this.defaultImage, this.theme, this.style});