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