PdfViewWidget constructor

const PdfViewWidget({
  1. Key? key,
  2. required String title,
  3. String? url,
  4. File? file,
})

Implementation

const PdfViewWidget({Key? key, required this.title, this.url, this.file})
    : super(key: key);