getFileMessageBubble abstract method
Widget
getFileMessageBubble(
- String? fileUrl,
- String? fileMimeType,
- String? title,
- int? id,
- FileBubbleStyle? style,
- MediaMessage message,
- 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);