getFileMessageBubble method
Widget
getFileMessageBubble(
- String? fileUrl,
- String? fileMimeType,
- String? title,
- int? id,
- FileBubbleStyle? style,
- MediaMessage message,
- CometChatTheme theme,
override
override this to change view inside content view of message type MessageTypeConstants.file
Implementation
@override
Widget getFileMessageBubble(
String? fileUrl,
String? fileMimeType,
String? title,
int? id,
FileBubbleStyle? style,
MediaMessage message,
CometChatTheme theme) {
return dataSource.getFileMessageBubble(
fileUrl, fileMimeType, title, id, style, message, theme);
}