Skip to main content

LMChatBubbleMedia

File location
chat_bubble_media.dart

LMChatBubbleMedia handles media attachments within a chat bubble, such as images or videos.

Properties

  1. count (int)
    Represents the media count.

  2. attachmentUploaded (bool)
    Indicates if the attachment has been uploaded.

  3. conversation (LMChatConversationViewData)
    Contains the conversation data.

  4. imageBuilder (LMChatImageBuilder?)
    A builder function for images.

  5. videoBuilder (LMChatVideoBuilder?)
    A builder function for videos.

Note: Rest of the properties can be found in the widget class file.