AttachmentViewer constructor
const
AttachmentViewer({
- Key? key,
- required AttachmentResult result,
Creates an AttachmentViewer for the given result.
Implementation
const AttachmentViewer({
super.key,
required this.result,
});