ImageFilePreviewRoute constructor

ImageFilePreviewRoute({
  1. Key? key,
  2. String? path,
})

Implementation

ImageFilePreviewRoute({
  Key? key,
  this.path,
}) : super(key: key);