Message class

Inheritance

Constructors

Message({Key? key, Widget buildCustomMessage(Message, MessageContainBaseBuild )?, required Message message, required int messageWidth, void onMessageLongPress(Message)?, void onMessageTap(Message)?, void onPreviewDataFetched(TextMessage, PreviewData)?, required bool roundBorder, required bool showAvatar, required bool showName, required bool showStatus, required bool showUserAvatars, required bool usePreviewData})
Creates a particular message from any message type
const

Properties

buildCustomMessage → (Widget Function(Message, MessageContainBaseBuild )?)
Build a custom message inside predefined bubble
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
message → Message
Any message type
final
messageWidth int
Maximum message width
final
onMessageLongPress → (void Function(Message)?)
Called when user makes a long press on any message
final
onMessageTap → (void Function(Message)?)
Called when user taps on any message
final
onPreviewDataFetched → (void Function(TextMessage, PreviewData)?)
See TextMessage.onPreviewDataFetched
final
roundBorder bool
Rounds border of the message to visually group messages together.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAvatar bool
Show user avatar for the received message. Useful for a group chat.
final
showName bool
See TextMessage.showName
final
showStatus bool
Show message's status
final
showUserAvatars bool
Show user avatars for received messages. Useful for a group chat.
final
usePreviewData bool
See TextMessage.usePreviewData
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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