getFormMessageBubble abstract method
Widget
getFormMessageBubble({
- String? title,
- FormBubbleStyle? formBubbleStyle,
- required FormMessage message,
- required CometChatTheme theme,
override this to change view inside content view of message type MessageTypeConstants.file
Implementation
Widget getFormMessageBubble({
String? title,
FormBubbleStyle? formBubbleStyle,
required FormMessage message,
required CometChatTheme theme,
});