CometChatImageBubble constructor
const
CometChatImageBubble({
- Key? key,
- String? imageUrl,
- ImageBubbleStyle style = const ImageBubbleStyle(),
- String? placeholderImage,
- String? placeHolderImagePackageName,
- String? caption,
- required CometChatTheme theme,
- dynamic onClick()?,
Implementation
const CometChatImageBubble(
{super.key,
this.imageUrl,
this.style = const ImageBubbleStyle(),
this.placeholderImage,
this.placeHolderImagePackageName,
this.caption,
required this.theme,
this.onClick});