getImageMessageBubble abstract method
Widget
getImageMessageBubble(
- String? imageUrl,
- String? placeholderImage,
- String? caption,
- ImageBubbleStyle? style,
- MediaMessage message,
- dynamic onClick()?,
- BuildContext context,
- CometChatTheme theme,
override this to change view inside content view of message type MessageTypeConstants.image
Implementation
Widget getImageMessageBubble(
String? imageUrl,
String? placeholderImage,
String? caption,
ImageBubbleStyle? style,
MediaMessage message,
Function()? onClick,
BuildContext context,
CometChatTheme theme);