GalleryView constructor
GalleryView({})
Implementation
GalleryView(
{Key? key,
required this.title,
this.text,
required this.onImage,
required this.onDetectorViewModeChanged})
: super(key: key);