ChatUIKitShowVideoWidget constructor

const ChatUIKitShowVideoWidget({
  1. required Message message,
  2. void onLongPressed(
    1. BuildContext context,
    2. Message message
    )?,
  3. void onError(
    1. ChatError error
    )?,
  4. void onProgress(
    1. int progress
    )?,
  5. VoidCallback? onSuccess,
  6. Widget? playIcon,
  7. bool isCombine = false,
  8. Key? key,
})

Implementation

const ChatUIKitShowVideoWidget({
  required this.message,
  this.onLongPressed,
  this.onError,
  this.onProgress,
  this.onSuccess,
  this.playIcon,
  this.isCombine = false,
  super.key,
});