GalleryPhotoViewWrapper constructor
GalleryPhotoViewWrapper({})
Implementation
GalleryPhotoViewWrapper({
super.key,
this.loadingBuilder,
this.backgroundDecoration,
this.minScale,
this.maxScale,
this.initialIndex,
required this.galleryItems,
this.captions,
this.scrollDirection = Axis.horizontal,
this.headers,
}) : pageController = PageController(initialPage: initialIndex!);