PdfPreviewScreen constructor

const PdfPreviewScreen({
  1. Key? key,
  2. required String url,
})

Implementation

const PdfPreviewScreen({
  super.key,
  required this.url,
});