getCardMessageBubble abstract method
Widget
getCardMessageBubble({
- CardBubbleStyle? cardBubbleStyle,
- required CardMessage message,
- required CometChatTheme theme,
override this to change view inside content view of message type MessageTypeConstants.file
Implementation
Widget getCardMessageBubble({
CardBubbleStyle? cardBubbleStyle,
required CardMessage message,
required CometChatTheme theme,
});