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