ImageViewComponent constructor

const ImageViewComponent(
  1. {Key? key,
  2. required List<GalleryAttachmentArray> postImage}
)

Implementation

const ImageViewComponent({super.key, required this.postImage});