ChatThreadImageAttachment constructor
const
ChatThreadImageAttachment({
- Key? key,
- RoomClient? room,
- required String? imageId,
- String? imageUri,
- String? fallbackMimeType,
- String? status,
- String? statusDetail,
- double? widthPx,
- double? heightPx,
- bool roundedCorners = true,
- bool useThreadAttachmentStyle = false,
- bool interactive = true,
- VoidCallback? onOpenFullscreen,
- FutureOr<
void> onSaveAs()?,
Implementation
const ChatThreadImageAttachment({
super.key,
this.room,
required this.imageId,
this.imageUri,
this.fallbackMimeType,
this.status,
this.statusDetail,
this.widthPx,
this.heightPx,
this.roundedCorners = true,
this.useThreadAttachmentStyle = false,
this.interactive = true,
this.onOpenFullscreen,
this.onSaveAs,
});