PDFScreen constructor

PDFScreen({
  1. dynamic key,
  2. String? path,
})

Implementation

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