PdfRenderingOptions constructor

const PdfRenderingOptions({
  1. PageSize pageSize = PageSize.CUSTOM,
  2. PageDirection pageDirection = PageDirection.AUTO,
  3. PdfAttributes pdfAttributes = const PdfAttributes(creator: "", author: "", title: "", subject: "", keywords: ""),
})

Implementation

const PdfRenderingOptions(
    {this.pageSize = PageSize.CUSTOM,
    this.pageDirection = PageDirection.AUTO,
    this.pdfAttributes = const PdfAttributes(
      creator: "",
      author: "",
      title: "",
      subject: "",
      keywords: "",
    )});