ChatUIKitShowImageWidget constructor

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

Implementation

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