PDFViewerScaffold constructor

PDFViewerScaffold(
  1. {Key key,
  2. PreferredSizeWidget appBar,
  3. @required String path,
  4. bool primary: true,
  5. String pass,
  6. dynamic mode}
)

Implementation

PDFViewerScaffold(
    {Key key,
    this.appBar,
    @required this.path,
    this.primary = true,
    this.pass,
    this.mode})
    : super(key: key);