GalleryView constructor

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

Implementation

const GalleryView({
  Key? key,
  this.controller,
}) : super(key: key);