ChatThreadImageAttachment constructor
const
ChatThreadImageAttachment({})
Implementation
const ChatThreadImageAttachment({
super.key,
required this.room,
required this.imageId,
this.fallbackMimeType,
this.status,
this.statusDetail,
this.widthPx,
this.heightPx,
this.roundedCorners = true,
this.onOpenFullscreen,
});