ChatUIKitShowVideoWidget constructor

const ChatUIKitShowVideoWidget({
  1. required dynamic message,
  2. void onLongPressed(
    1. BuildContext context,
    2. dynamic message
    )?,
  3. void onError(
    1. dynamic 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,
});