RecentChatItem class

Inheritance

Constructors

RecentChatItem.new({Key? key, required RecentChatData item, required dynamic onTap(RecentChatData chatItem), dynamic onLongPress(RecentChatData chatItem)?, dynamic onAvatarClick(RecentChatData chatItem)?, dynamic onchange(bool? value)?, String spanTxt = "", bool isSelected = false, bool isCheckBoxVisible = false, bool isChecked = false, bool isForwardMessage = false, String typingUserid = "", bool archiveVisible = true, bool archiveEnabled = false, RecentChatItemStyle recentChatItemStyle = const RecentChatItemStyle()})
const

Properties

archiveEnabled bool
final
archiveVisible bool
final
hashCode int
The hash code for this object.
no setterinherited
isCheckBoxVisible bool
final
isChecked bool
final
isForwardMessage bool
final
isSelected bool
final
item → RecentChatData
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onAvatarClick → dynamic Function(RecentChatData chatItem)?
final
onchange → dynamic Function(bool? value)?
final
onLongPress → dynamic Function(RecentChatData chatItem)?
final
onTap → dynamic Function(RecentChatData chatItem)
final
recentChatItemStyle RecentChatItemStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spanTxt String
final
titleStyle TextStyle
final
typingStyle TextStyle
final
typingUserid String
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
buildArchivedTextVisibility() Visibility
buildConvReadIcon(TextStyle textStyle, Color bgColor) Positioned
buildEmailIcon() Positioned
buildGroupMembers() Expanded
buildLastMessageItem() FutureBuilder<ChatMessageModel>
buildMessageIndicator() Padding
buildMuteIconVisibility() Visibility
buildPinIconVisibility() Visibility
buildProfileImage(RecentChatItemStyle recentChatItemStyle) InkWell
buildProfileImageView(Size profileImageSize) ImageNetwork
buildProfileStatus() Expanded
buildRecentChatActions(BuildContext context) Padding
buildRecentChatMessageDetails() Expanded
buildRecentChatTime(BuildContext context) Visibility
buildTypingUser() Widget
checkSenderShouldShow(ChatMessageModel chat) → dynamic
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
getParticipantsNameAsCsv(String jid) Future<String>
getTypingUser(ProfileDetails profile, bool? isGroup) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setRecalledMessageText(bool isFromSender) String
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, int wrapWidth = 65}) 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