LMChatBubbleMedia
File location
chat_bubble_media.dart
LMChatBubbleMedia
handles media attachments within a chat bubble, such as images or videos.
Properties
count
(int
)
Represents the media count.attachmentUploaded
(bool
)
Indicates if the attachment has been uploaded.conversation
(LMChatConversationViewData
)
Contains the conversation data.imageBuilder
(LMChatImageBuilder?
)
A builder function for images.videoBuilder
(LMChatVideoBuilder?
)
A builder function for videos.
Note: Rest of the properties can be found in the widget class file.