AttachmentViewer constructor

const AttachmentViewer({
  1. Key? key,
  2. required AttachmentResult result,
})

Creates an AttachmentViewer for the given result.

Implementation

const AttachmentViewer({
  super.key,
  required this.result,
});