ChatBubbleConfiguration constructor
const
ChatBubbleConfiguration({
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- double? maxWidth,
- Duration? longPressAnimationDuration,
- ChatBubble? inComingChatBubbleConfig,
- ChatBubble? outgoingChatBubbleConfig,
- MessageCallBack? onDoubleTap,
- ReceiptsWidgetConfig? receiptsWidgetConfig,
Implementation
const ChatBubbleConfiguration({
this.padding,
this.margin,
this.maxWidth,
this.longPressAnimationDuration,
this.inComingChatBubbleConfig,
this.outgoingChatBubbleConfig,
this.onDoubleTap,
this.receiptsWidgetConfig,
});