ChatBubbleConfiguration class

Constructors

ChatBubbleConfiguration({EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, double? maxWidth, Duration? longPressAnimationDuration, ChatBubble? inComingChatBubbleConfig, ChatBubble? outgoingChatBubbleConfig, MessageCallBack? onDoubleTap, ReceiptsWidgetConfig? receiptsWidgetConfig})
const

Properties

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 MessageCallBack?
Provides callback when user tap twice on chat bubble.
final
outgoingChatBubbleConfig ChatBubble?
Provides configuration of current user message's chat bubble.
final
padding EdgeInsetsGeometry?
Used for giving padding of chat bubble.
final
receiptsWidgetConfig ReceiptsWidgetConfig?
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