ChatBubbleConfiguration class

Constructors

ChatBubbleConfiguration({EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, double? maxWidth, Duration? longPressAnimationDuration, ChatBubble? inComingChatBubbleConfig, ChatBubble? outgoingChatBubbleConfig, ValueSetter<Message>? onDoubleTap, ValueSetter<Message>? onMsgLongPress, bool disableLinkPreview = false})
const

Properties

disableLinkPreview bool
A flag to disable link preview functionality.
final
hashCode int
The hash code for this object.
no setterinherited
inComingChatBubbleConfig ChatBubble?
Provides configuration of other users message's chat bubble.
final
longPressAnimationDuration Duration?
Provides callback when user long press on chat bubble.
final
margin EdgeInsetsGeometry?
Used for giving margin of chat bubble.
final
maxWidth double?
Used for giving maximum width of chat bubble.
final
onDoubleTap ValueSetter<Message>?
Provides callback when user tap twice on chat bubble.
final
onMsgLongPress ValueSetter<Message>?
final
outgoingChatBubbleConfig ChatBubble?
Provides configuration of current user message's chat bubble.
final
padding EdgeInsetsGeometry?
Used for giving padding of chat bubble.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited