PDFScreen constructor

const PDFScreen({
  1. Key? key,
  2. String? path,
  3. String? title,
})

Implementation

const PDFScreen({
  Key? key,
  this.path,
  this.title,
}) : super(key: key);