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