GallerizePreview constructor

const GallerizePreview({
  1. Key? key,
  2. required Widget preview,
})

Creates an instance of GallerizePreview.

Implementation

const GallerizePreview({
  Key? key,
  required this.preview,
}) : super(key: key);