CometChatVideoBubble constructor
const
CometChatVideoBubble({
- Key? key,
- VideoBubbleStyle? style,
- String? videoUrl,
- String? thumbnailUrl,
- String? placeHolderImage,
- String? placeHolderImagePackageName,
- Icon? playIcon,
- CometChatTheme? theme,
- dynamic onClick()?,
Implementation
const CometChatVideoBubble(
{super.key,
this.style,
this.videoUrl,
this.thumbnailUrl,
this.placeHolderImage,
this.placeHolderImagePackageName,
this.playIcon,
this.theme,
this.onClick});