CometChatVideoBubble constructor

const CometChatVideoBubble({
  1. Key? key,
  2. VideoBubbleStyle? style,
  3. String? videoUrl,
  4. String? thumbnailUrl,
  5. String? placeHolderImage,
  6. String? placeHolderImagePackageName,
  7. Icon? playIcon,
  8. CometChatTheme? theme,
  9. dynamic onClick()?,
})

Implementation

const CometChatVideoBubble(
    {super.key,
    this.style,
    this.videoUrl,
    this.thumbnailUrl,
    this.placeHolderImage,
    this.placeHolderImagePackageName,
    this.playIcon,
    this.theme,
    this.onClick});