GalleryOverlay constructor
const
GalleryOverlay({})
Implementation
const GalleryOverlay({
Key? key,
required this.overlayController,
required this.showOverlay,
required this.opacity,
this.initialData,
}) : super(key: key);