getFormMessageBubble abstract method

Widget getFormMessageBubble({
  1. String? title,
  2. FormBubbleStyle? formBubbleStyle,
  3. required FormMessage message,
  4. 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,
});