getFileMessageBubble abstract method

Widget getFileMessageBubble(
  1. String? fileUrl,
  2. String? fileMimeType,
  3. String? title,
  4. int? id,
  5. FileBubbleStyle? style,
  6. MediaMessage message,
  7. CometChatTheme theme,
)

override this to change view inside content view of message type MessageTypeConstants.file

Implementation

Widget getFileMessageBubble(
    String? fileUrl,
    String? fileMimeType,
    String? title,
    int? id,
    FileBubbleStyle? style,
    MediaMessage message,
    CometChatTheme theme);