getVideoMessageBubble abstract method

Widget getVideoMessageBubble(
  1. String? videoUrl,
  2. String? thumbnailUrl,
  3. MediaMessage message,
  4. dynamic onClick()?,
  5. BuildContext context,
  6. CometChatTheme theme,
  7. VideoBubbleStyle? style,
)

override this to change view inside content view of message type MessageTypeConstants.video

Implementation

Widget getVideoMessageBubble(
    String? videoUrl,
    String? thumbnailUrl,
    MediaMessage message,
    Function()? onClick,
    BuildContext context,
    CometChatTheme theme,
    VideoBubbleStyle? style);