GallerizePreview constructor
Creates an instance of GallerizePreview.
Implementation
const GallerizePreview({
Key? key,
required this.preview,
}) : super(key: key);
Creates an instance of GallerizePreview.
const GallerizePreview({
Key? key,
required this.preview,
}) : super(key: key);