FullscreenMediaViewer constructor

const FullscreenMediaViewer({
  1. Key? key,
  2. required List attachments,
  3. int initialIndex = 0,
})

Implementation

const FullscreenMediaViewer({
  super.key,
  required this.attachments,
  this.initialIndex = 0,
});