ChatBubbleConfiguration constructor

const ChatBubbleConfiguration({
  1. EdgeInsetsGeometry? padding,
  2. EdgeInsetsGeometry? margin,
  3. double? maxWidth,
  4. Duration? longPressAnimationDuration,
  5. ChatBubble? inComingChatBubbleConfig,
  6. ChatBubble? outgoingChatBubbleConfig,
  7. MessageCallBack? onDoubleTap,
  8. ReceiptsWidgetConfig? receiptsWidgetConfig,
})

Implementation

const ChatBubbleConfiguration({
  this.padding,
  this.margin,
  this.maxWidth,
  this.longPressAnimationDuration,
  this.inComingChatBubbleConfig,
  this.outgoingChatBubbleConfig,
  this.onDoubleTap,
  this.receiptsWidgetConfig,
});