OGAttachmentPreview constructor

const OGAttachmentPreview({
  1. Key? key,
  2. required Attachment attachment,
  3. VoidCallback? onDismissPreviewPressed,
})

Returns a new instance of OGAttachmentPreview

Implementation

const OGAttachmentPreview({
  super.key,
  required this.attachment,
  this.onDismissPreviewPressed,
});