PDFViewerScaffold constructor

const PDFViewerScaffold({
  1. Key? key,
  2. PreferredSizeWidget? appBar,
  3. required String path,
  4. bool primary = true,
})

Implementation

const PDFViewerScaffold({
  Key? key,
  this.appBar,
  required this.path,
  this.primary = true,
}) : super(key: key);