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