CometChatImageBubble constructor

const CometChatImageBubble({
  1. Key? key,
  2. String? imageUrl,
  3. ImageBubbleStyle style = const ImageBubbleStyle(),
  4. String? placeholderImage,
  5. String? placeHolderImagePackageName,
  6. String? caption,
  7. required CometChatTheme theme,
  8. dynamic onClick()?,
})

Implementation

const CometChatImageBubble(
    {super.key,
    this.imageUrl,
    this.style = const ImageBubbleStyle(),
    this.placeholderImage,
    this.placeHolderImagePackageName,
    this.caption,
    required this.theme,
    this.onClick});