ChatBubbleConfiguration constructor

const ChatBubbleConfiguration({
  1. EdgeInsetsGeometry? padding,
  2. EdgeInsetsGeometry? margin,
  3. double? maxWidth,
  4. Duration? longPressAnimationDuration,
  5. ChatBubble? inComingChatBubbleConfig,
  6. ChatBubble? outgoingChatBubbleConfig,
  7. ValueSetter<Message>? onDoubleTap,
  8. ValueSetter<Message>? onMsgLongPress,
  9. bool disableLinkPreview = false,
})

Implementation

const ChatBubbleConfiguration({
  this.padding,
  this.margin,
  this.maxWidth,
  this.longPressAnimationDuration,
  this.inComingChatBubbleConfig,
  this.outgoingChatBubbleConfig,
  this.onDoubleTap,
  this.onMsgLongPress,
  this.disableLinkPreview = false,
});