ChatBubbleConfiguration constructor
const
ChatBubbleConfiguration({
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- double? maxWidth,
- Duration? longPressAnimationDuration,
- ChatBubble? inComingChatBubbleConfig,
- ChatBubble? outgoingChatBubbleConfig,
- ValueSetter<
Message> ? onDoubleTap, - ValueSetter<
Message> ? onMsgLongPress, - 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,
});