ChatUIKitShowVideoWidget constructor
const
ChatUIKitShowVideoWidget({
- required Message message,
- void onLongPressed(
- BuildContext context,
- Message message
- void onError(
- ChatError error
- void onProgress(
- int progress
- VoidCallback? onSuccess,
- Widget? playIcon,
- bool isCombine = false,
- Key? key,
Implementation
const ChatUIKitShowVideoWidget({
required this.message,
this.onLongPressed,
this.onError,
this.onProgress,
this.onSuccess,
this.playIcon,
this.isCombine = false,
super.key,
});