GalleryView constructor

const GalleryView({
  1. Key? key,
  2. GalleryController? controller,
  3. GallerySetting? setting,
})

Implementation

const GalleryView({
  super.key,
  this.controller,
  this.setting,
});